Skip to main content

Search and Top Navigation

#3402 closed feature (fixed)

Opened September 14, 2008 11:40PM UTC

Closed November 03, 2008 09:42PM UTC

Method to cancel a sortable attempt

Reported by: buzz Owned by: paul
Priority: minor Milestone: 1.7
Component: ui.sortable Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

It would be great if there was a method to cancel a sortable event. So, if there is a max number of items a list can hold, after that has been reached, no more items can be dragged to it.

Attachments (0)
Change History (2)

Changed October 20, 2008 07:30AM UTC by paul comment:1

component: ui.coreui.sortable

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

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

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