Opened 8 years ago
Last modified 7 years ago
#11580 new bug
Draggable connected to nested sortabled - helper misplaced on exit
Reported by: | tepez2 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please check this example http://jsfiddle.net/8hy92a9g/1/
- Pick up the Thing (draggable)
- Drag it in and out of the big red box (sortable) - works as expected
- Now drag it in and out of the small blue box (nested sortable). You'll notice that:
- When exiting the small box, the helper is flickers for a fraction of a second.
- When existing the large box, the helper is misplaced and will remain so until dragging back into the large box.
This is how it looks with Chrome 41 https://www.youtube.com/watch?v=Vls2tTteu60
This is similar to closed ticket 10669 but different since here we deal with nested sortables.
Change History (3)
comment:1 Changed 7 years ago by
Component: | ui.core → ui.sortable |
---|
comment:2 Changed 7 years ago by
Note: See
TracTickets for help on using
tickets.
What is the status of this bug?