Opened 14 years ago
Closed 14 years ago
#3283 closed enhancement (fixed)
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.
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Implemented in r860 (use ui.cancel() in the callbacks to cancel a sortable attempt).