Search and Top Navigation
#4645 closed bug (fixed)
Opened June 30, 2009 08:12AM UTC
Closed July 15, 2010 07:51AM UTC
Last modified November 19, 2010 06:26PM UTC
Accordion should only manipulate Icons that are children of ui-accordion-header
Reported by: | ajpiano | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.3 |
Component: | ui.accordion | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Whether or not it is 100% wise to start having other icons in the accordion header, it should be possible to put icons up there without interference. Hence, this line in _clickHandler is too general:
this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all") .find(".ui-icon").removeClass(o.icons.headerSelected).addClass(o.icons.header);