Opened 14 years ago
Closed 14 years ago
#4653 closed bug (fixed)
navigation option broken, not up-to-date with markup changes
Reported by: | Jörn Zaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.accordion | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The navigation option wasn't updated when the CSS framework was applied and must have been broken since.
A fix should rely on the classes (ui-accordion-header and ui-accordion-content) already present to find the right DOM elements, probably using jQuery's closest() method.
A related issue is #4096.
Note: See
TracTickets for help on using
tickets.
Fixed in r2861.