Ticket #1396 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

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

Changed 11 months ago by Joonas Lehtinen

  • milestone set to User Interface Library 4.1.1

Changed 10 months ago by Jani Laakso

  • status changed from new to closed
  • resolution set to fixed

Not applicable for TK5

Note: See TracTickets for help on using tickets.