Opened 8 years ago
Closed 8 years ago
#11612 closed bug (duplicate)
Draggable helper changes position when entering and leaving a Sortable list with relative positioning
Reported by: | benyticklez | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a draggable list that is connected to a sortable list via connectToSortable and everything was working as intended but after the jQuery UI v1.11.2 update the following 2 problems happen:
1) On entering the sortable list the draggable helper slightly repositions in relation to the cursor position.
2) On leaving the sortable list (without dropping in the helper obviously) the draggable helper significantly repositions in relation to the cursor.
The draggable helper used to always stay appended to the body but with the 1.11.2 update it starts appended to the body but when you enter the sortable it is appended to the sortable list, creating a positioning issue.
Here is a JSFiddle highlighting the issue http://jsfiddle.net/bennyticklez/oLowzou6/1/
Duplicate of #10669.
This is already fixed. Please upgrade to the latest version.