Search and Top Navigation
#7882 closed bug (worksforme)
Opened November 15, 2011 01:33AM UTC
Closed March 13, 2013 03:09AM UTC
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.
Attachments (0)
Change History (3)
Changed October 11, 2012 02:55PM UTC by comment:1
milestone: | 1.9.0 → 2.0.0 |
---|
Changed November 04, 2012 10:04PM UTC by comment:2
status: | new → open |
---|
Changed March 13, 2013 03:09AM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | open → closed |
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...?