Ticket #1396 (closed defect: fixed)
array variable elements are rendered if the component calls theme.renderChildNodes() resulting in "renderer not spesified" error
| Reported by: | Jonatan Kronqvist | Owned by: | Jani Laakso |
|---|---|---|---|
| Priority: | minor | Milestone: | User Interface Library 4.1.1 |
| Component: | TK4 base theme | Version: | 4.1.0 |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | yes | Contract: | |
Description
A component containing array variables and child components tries to render the <array> UIDL-element when the component renderer calls theme.renderChildNodes(). This results in a "renderer not spesified" (which should be spelled 'specified').
A workaround is to remove the <array> element using uidl.removeChild().
The same problem does not appear for string or integer variables.
Change History
Note: See
TracTickets for help on using
tickets.
