Ticket #7683 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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. } });
Change History
Note: See
TracTickets for help on using
tickets.


This is already fixed in master.