Changes between Initial Version and Version 2 of Ticket #12191
- Timestamp:
- Jan 22, 2011, 2:04:57 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12191
- Property Owner set to bill
-
Property
Component
changed from
DojoX Layout
toDijit
-
Property
Milestone
changed from
tbd
to1.6
-
Ticket #12191 – Description
initial v2 1 I'm dynamically loading pages into a dijit.layout. TabContainer but it seems the tab container is unregistering all the widgets but "splitters" when the tab gets destroyed. I tried comparing the registered widgets for every step and i got this result:1 I'm dynamically loading pages into a dijit.layout.!TabContainer but it seems the tab container is unregistering all the widgets but "splitters" when the tab gets destroyed. I tried comparing the registered widgets for every step and i got this result: 2 2 3 {{{ 3 4 /////////////////// INITIAL WIDGETS ID LIST 4 5 dijit_layout_BorderContainer_0 … … 55 56 dijit_layout_BorderContainer_2_splitter 56 57 ___viewpane_splitter 58 }}} 57 59 58 60 i'm uploading 2 files that reproduce the problem