Opened 8 years ago
Closed 8 years ago
#16359 closed defect (invalid)
ContentPane fails with maximum recursion error when adding subchild with "containerNode" attribute
Reported by: | exi | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Hi, The ContentPane fails to reset the content if a first level child creates a second level child which has a "containerNode" attribute in it (not in the dom though).
Testcase appended.
Attachments (1)
Change History (2)
Changed 8 years ago by
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Thanks for the testcase, but it looks very strange. You are setting Inner.containerNode to a node outside of Inner.domNode, and worse yet, an ancestor of Inner.domNode.
this.containerNode must be a descendant of this.domNode. This is a requirement for all widgets.
Note: See
TracTickets for help on using
tickets.
testcase freezes firefox an causes max recursion error in chrome