Search and Top Navigation
#4653 closed bug (fixed)
Opened July 03, 2009 08:45PM UTC
Closed July 03, 2009 09:05PM UTC
navigation option broken, not up-to-date with markup changes
Reported by: | jzaefferer | 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.
Attachments (0)
Change History (1)
Changed July 03, 2009 09:05PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r2861.