Opened 12 years ago
Closed 11 years ago
#7640 closed bug (duplicate)
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.
Change History (4)
comment:1 Changed 12 years ago by
comment:3 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
Note: See
TracTickets for help on using
tickets.
I'm guessing this might not be fixed until 2.0 but wanted to file it away for future reference