#4905 closed bug (notabug)
draggable with "clone" and scrolling div offset is off
Reported by: | marcucio | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.draggable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have this test file:
http://devel.getitdoneapp.com/drag_problem.php
If you try to scroll while you have a draggable, you will notice the droppables are all off. I'm not sure what is going on, it looks like the offset (from the top of the div?) for the droppable never gets reset when we scroll.
repro:
- grab a task
- drag it to the bottom bar (it should scroll)
- drag it back up
result: you will notice the droppables are all off
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The testpage is gone, please reopen with a new one. Use jsbin.com to make it persistent.
Note: See
TracTickets for help on using
tickets.
I want to also report that if the draggable is not "clone" it works, but there are other redraw problems