Opened 11 years ago
Closed 11 years ago
#10779 closed defect (fixed)
AccordionContainer: exception on resize() of empty AccordionContainer
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It's certainly an edge case... are empty AccordionContainers? supported?
The attached page loads, but resizing the widget throws an exception
dijit.byId("dijit_layout_AccordionContainer_0").resize()
openPane is undefined in layout()
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | accordion.html added |
---|
comment:1 Changed 11 years ago by
Owner: | set to Adam Peller |
---|---|
Summary: | exception in empty AccordionContainer → AccordionContainer: exception on resize() of empty AccordionContainer |
Feel free to fix, I don't see a reason not to. Like you said, it's a corner case but some apps may be doing it that way.
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Owner: | changed from Adam Peller to bill |
Status: | new → assigned |
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Page with an empty AccordionContainer?