Skip to main content

Search and Top Navigation

#3987 closed bug (worksforme)

Opened January 29, 2009 07:29PM UTC

Closed January 31, 2009 04:41AM UTC

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.

Attachments (0)
Change History (1)

Changed January 31, 2009 04:41AM UTC by scottgonzalez comment:1

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.