#4191 closed bug (worksforme)
Sortables
Reported by: | bryan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.6 |
Component: | ui.sortable | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hopefully I can explain this correctly:
When using a sortable that's longer than the height of the browser window, scrolling down to drag a list item near the bottom up produces unexpected behavior. Instead of grabbing the item that the cursor is above, it grabs an item above it that's the same distance away as the distance scrolled. Meaning that the farther you scroll, the more pronounced the error becomes. It pretty much makes sorting anything near the bottom of the given list impossible.
I have attached some screenshots, hopefully they illustrate the problem effectively.
Attachments (3)
Change History (6)
Changed 14 years ago by
Attachment: | sortable-correct.png added |
---|
Changed 14 years ago by
Attachment: | sortable_ticket_4191.html added |
---|
comment:1 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I was not able to reproduce this with a simple test page (see attached). If you can create a simple test page that demonstrates the issue, please reopen and attach. Thanks.
comment:2 Changed 14 years ago by
It seems like the error is in the latest Webkit builds, as I watched my fiance do the same thing in the current version of Safari without any problems.
comment:3 Changed 11 years ago by
Milestone: | 1.next → 1.6 |
---|
ui.sortable Correct Behavior