Changes between Initial Version and Version 3 of Ticket #10004
- Timestamp:
- Oct 13, 2009, 4:59:49 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10004
- Property Owner changed from anonymous to bill
-
Property
Milestone
changed from
tbd
to1.5
-
Property
Component
changed from
General
toDijit
-
Property
Summary
changed from
AccordionContainer doesnt render/setup correctly when populating from empty with addChld
toAccordionContainer: doesn't render/setup correctly when populating from empty with addChld
-
Ticket #10004 – Description
initial v3 1 If you start with an empty AccordionContainer (e.g. declaratively), then programatically add child panes with addChild, the async _transitions cause all the measurements to be off.1 If you start with an empty !AccordionContainer (e.g. declaratively), then programatically add child panes with addChild, the async _transitions cause all the measurements to be off. 2 2 3 3 Incoming test case + patch