Opened 7 years ago
#14734 new bug
sortable's cancel method not working with connectToSortable option
Reported by: | tj | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a sortable which is connected to draggable items using connectToSortable option.
In this set up, the cancel method of sortable does not work. Even if call cancel in the receive callback, the item still gets added .
Here's a small fiddle demonstrating the problem: http://jsfiddle.net/t0ndh136/3/
Note: See
TracTickets for help on using
tickets.