#10669 closed bug (fixed)
Draggable: Position issue with connectToSortable
Reported by: | Aziz Gazanchiyan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.4 |
Component: | ui.draggable | Version: | 1.11.2 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
Moving a draggable element, connected to a sortable, around containers, makes it positioned unexpected.
Try to drag an item from the left (draggable list) to the right list (sortable), but don't place it there, just keep dragging to the right. After you mouse reach the right edge of the right list, your element is positioned unexpectedly.
Tested on Chrome and IE, running jQuery UI 1.11.2.
Change History (12)
comment:1 Changed 8 years ago by
Keywords: | regression added |
---|---|
Status: | new → open |
comment:2 Changed 8 years ago by
Version: | git → 1.11.2 |
---|
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Draggable: Ensure parent is correct after dragging through sortable
Fixes #10669
Changeset: d8077dc562bfca60906a160e20186608a10b7a87
comment:4 Changed 8 years ago by
Milestone: | none → 1.12.0 |
---|
comment:7 Changed 8 years ago by
Draggable: Ensure parent is correct after dragging through sortable
Fixes #10669 (cherry picked from commit d8077dc562bfca60906a160e20186608a10b7a87)
Changeset: b3710631e8d21ef9165ef9f037590e1d250350b4
comment:8 Changed 8 years ago by
Milestone: | 1.12.0 → 1.11.4 |
---|
comment:9 Changed 8 years ago by
There is still an issue when using nested sortables.
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 (inside the big one). You'll notive 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
I reduced this some: http://jsfiddle.net/tj_vantoll/BW3NW/5/. This appears to have regressed in 1.11.2 as I'm not seeing the problem in 1.11.1.