Search and Top Navigation
#7683 closed bug (fixed)
Opened September 01, 2011 12:57PM UTC
Closed September 04, 2011 02:19PM UTC
Calling .accordion("activate", false) fires changestart event with incorrect values
| Reported by: | lukas.olson | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.accordion | Version: | 1.8.14 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Example code:
$("#element").accordion({
active: false,
collapsible: true,
changestart: function(event, ui) {
// When I later call $("#element").accordion("activate", false), this event gets fired,
// and the value for ui.oldHeader right here is false, even if there was an activated
// row prior to the call.
}
});
Attachments (0)
Change History (1)
Changed September 04, 2011 02:19PM UTC by comment:1
| component: | ui.core → ui.accordion |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
This is already fixed in master.