Search and Top Navigation
#4470 closed bug (fixed)
Opened April 14, 2009 01:10PM UTC
Closed July 12, 2010 01:22PM UTC
Accordion: .ui-accordion-content-active class not removed from hidden section
Reported by: | mikecapp | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.2 |
Component: | ui.accordion | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Not much to add to the summary. The Theming section of the accordion docs, and common sense, suggest that this should only apply to a currently active content block.
This wouldn't be much of a problem if there was an official way to find the currently active content programmatically. Currently using $(".ui-accordion-content:visible") instead.
Come to think of it, why is there a "ui-accordion-content-active" class at all? Why not use "ui-state-active" like the header?