Bug Tracker

Opened 15 years ago

Closed 15 years ago

#3111 closed feature (fixed)

[accordion] inconsistent behaviour in accordionchange

Reported by: gerry Owned by: joern
Priority: major Milestone: 1.2.5
Component: plugin Version: 1.2.6
Keywords: accordion Cc:
Blocked by: Blocking:

Description

Pretext: accordion configured with "active" set to false, and "alwaysOpen" set to false.

There's an inconsistency in the behaviour of the "oldContent" and "newContent" properties that are passed as data to the accordionchange event handler.

When opening any item while the entire accordion is collapsed, the "oldContent" will contain 0 elements as expected. However, when closing all open items, the "newContent" will contain the last opened item, which seems inconsistent as all items are closed and there is no content to be displayed.

One would expect that when closing the only open item, "oldContent" contains the last opened item, and "newContent" is set to empty.

Change History (2)

comment:1 Changed 15 years ago by flesler

Component: coreplugin
Keywords: accordion added
Owner: set to joern
Summary: UI/Accordion: inconsistent behaviour in accordionchange[accordion] inconsistent behaviour in accordionchange

comment:2 Changed 15 years ago by joern

Resolution: fixed
Status: newclosed

Fixed in revision 451, see http://ui.jquery.com/bugs/changeset/451

Note: See TracTickets for help on using tickets.