Opened 13 years ago
Closed 13 years ago
#5390 closed defect (duplicate)
Accordion pane inside tabs and content panes
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Its not possible to use an accordion container with accordion panes inside tabs. After startup i get a javascript error. There is also an error without the accordion if i resize the window to e.g. 100px*100px I am using 1.0.2rc1.
br obi068
Attachments (2)
Change History (7)
Changed 13 years ago by
Attachment: | test_LayoutContainer1.html added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Tested now also with firefox. With firefox 2.0.0.10 ther is no error at startup, but it does only work if i resize the window. With IE7 it doesnt work at all.
comment:3 Changed 13 years ago by
Milestone: | 1.0.2 |
---|
Can you try to reduce your test case to a smaller (ie, smallest possible) size? Maybe just a TabContainer? with two tabs, a ContentPane? and an AccordionContainer?? Thanks!
Changed 13 years ago by
Attachment: | test_LayoutContainer2.html added |
---|
comment:4 Changed 13 years ago by
Ok i have uploaded now the simplest possible test case. It is working if you have only one tab or the tab with the accordion ist the first one.
comment:5 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Thanks for that test case. That's right, it's an outstanding bug (#4169, #4263, #4758) that layout widgets (including AccordionContainer?) can't initialize in a hidden pane/node. If you want to make one of the tabs an AccordionContainer?, that will work fine, but if the tab is a ContentPan? that contains a 300px AccordionContainer?, that won't work.
The problem with the accordion panes is in tab3!
obi068