Search and Top Navigation
#7640 closed bug (duplicate)
Opened August 15, 2011 03:28PM UTC
Closed October 25, 2012 01:36AM UTC
ui.helper is null when using sortable cancel
Reported by: | be.davestein | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a sortable and a droppable.
On drop I call sortable('cancel') and then append ui.draggable to the droppable.
ui.helper is null exception gets fired.
Current workaround is to setTimeout of 5 on my drop callback.
I'm guessing this might not be fixed until 2.0 but wanted to file it away for future reference