Ticket #7683 (closed bug: fixed)

Opened 21 months ago

Last modified 21 months ago

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

comment:1 Changed 21 months ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to fixed
  • Component changed from ui.core to ui.accordion

This is already fixed in master.

Note: See TracTickets for help on using tickets.