Opened 14 years ago

Closed 11 years ago

#4786 closed feature (fixed)

Sortable accordion: On sort, accordion is activated

Reported by: Jörn Zaefferer Owned by:
Priority: major Milestone: 1.9.0
Component: ui.sortable Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description (last modified by Jörn Zaefferer)

The click/mouseup event of a sort needs to be stopped, so that it doesn't propage to the accordion.

The demo is here: http://jquery-ui.googlecode.com/svn/trunk/demos/accordion/sortable.html

Accordion uses the click event to detect activation, while sortable is based on mousedown/move/up. So using sortables stop-callback, only a mouseup can be stopped from propagation, while the click still triggers.

The demo contains a workaround. That needs to be improved

Change History (4)

comment:1 Changed 14 years ago by Jörn Zaefferer

Description: modified (diff)

comment:2 Changed 14 years ago by Jörn Zaefferer

Description: modified (diff)
Type: bugenhancement

comment:3 Changed 11 years ago by Scott González

Type: enhancementfeature

comment:4 Changed 11 years ago by Scott González

Resolution: fixed
Status: newclosed

The workaround no longer exists in the demo, so this must be fixed.

Note: See TracTickets for help on using tickets.