Skip to main content

Search and Top Navigation

#3283 closed enhancement (fixed)

Opened September 03, 2008 10:36PM UTC

Closed November 03, 2008 09:42PM UTC

a way to cancel a sort in sortable

Reported by: gpbmike Owned by: paul
Priority: minor Milestone: 1.7
Component: ui.sortable Version: 1.6b
Keywords: Cc:
Blocked by: Blocking:
Description

I'd like to be able to validate where the user is trying to drop the item and cancel the sort if something is amiss.

beforeStop seems like it would be the ideal method for this.

Attachments (0)
Change History (1)

Changed November 03, 2008 09:42PM UTC by paul comment:1

milestone: TBD1.6
resolution: → fixed
status: newclosed

Implemented in r860 (use ui.cancel() in the callbacks to cancel a sortable attempt).