Opened 14 years ago
Closed 13 years ago
#4470 closed bug (fixed)
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.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.9 → 1.8.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was fixed in a previous release.
Note: See
TracTickets for help on using
tickets.
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?