Opened 13 years ago
Closed 13 years ago
#4100 closed defect (invalid)
Dynamically added AccordionPane's are rendering after being created
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | AccordionContainer, AccordionPane, Dynamically | Cc: | |
Blocked By: | Blocking: |
Description
When dynamically creating AccordionPane?'s, my browser (firefox 2.0.0.x) only renders one of the panes (the first added).
After a physical resize of the browser window, the other pane's appear and all behave as expected.
I'm using yesterdays nightly (August the 11th).
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | accordion_testcase.html added |
---|
comment:1 Changed 13 years ago by
And, because it was requested in IRC, tried against SVN head and the problem still exists.
comment:2 Changed 13 years ago by
Milestone: | → 1.0 |
---|---|
Owner: | set to Adam Peller |
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
sorry for taking so long to get back to you on this. the problem is that you have to call startup() so the widget knows when to lay itself out. seems awkward, I know. We tried to document this in the book. If you think there's somewhere else we can make this more clear, please let us know.
Testcase with dynamically added accodionpanes