Opened 14 years ago

Closed 14 years ago

#3987 closed bug (worksforme)

sortreceive event listeners contain too many arguments

Reported by: natecavanaugh Owned by:
Priority: blocker Milestone: 1.7
Component: ui.sortable Version: 1.6rc5
Keywords: Cc:
Blocked by: Blocking:

Description

When you subscribe to a sortables sortrecieve event, the argument list contains an extra event.

The parameter list should be:

(event, ui)

But instead it's (event, event, ui)

The first event is the sortrecieve one, but the second is a mouseup event.

This may due to recent changes in the jQuery core with events.

Change History (1)

comment:1 Changed 14 years ago by Scott González

Milestone: TBD1.6
Resolution: worksforme
Status: newclosed

This works for me. If you can provide a page showing the problem, feel free to re-open.

Note: See TracTickets for help on using tickets.