Opened 13 years ago
Closed 13 years ago
#5314 closed defect (fixed)
Accordion inside accordion
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 1.0 |
Keywords: | dijit accordion | Cc: | |
Blocked By: | Blocking: |
Description
If an accordion is inside another accordion then all the title bars of the panes think that they should be selected because the parent accordion pane is selected.
Note: See
TracTickets for help on using
tickets.
(In [11750]) For selected accordion pane, modify class of the title bar, not the outer dom node, so that it doesn't affect nested AccordionPanes?. For tundra the selected title bar and the unselected title bars look (almost?) the same so this doesn't have much effect, but fixing anyway. Also cleanup of unnecessarily long selectors. Fixes #5314.