Opened 11 years ago
Closed 10 years ago
#7882 closed bug (worksforme)
Sortable list connected to a list in a "position:fixed" does not drag properly if the two lists overlap
Reported by: | johnrayner | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Same issue as reported at http://stackoverflow.com/questions/4092817/dealing-with-overlapping-jquery-sortable-lists, which provides a minimal repro.
I've duplicated the repro from Stack Overflow into http://jsfiddle.net/GPZVZ/. To demonstrate the error, scroll down so that the two lists overlap. Now drag an item from the "position:static" list over the connected list. The item still interacts with its source list.
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:2 Changed 10 years ago by
Status: | new → open |
---|
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
This works fine now http://jsfiddle.net/tj_vantoll/catje/. From playing with the version number it looks like this was fixed in 1.8.12, although I don't see anything relevant in the change log for that version...?