Ticket #2137 (closed bug: wontfix)
Draggables position:fixed;
| Reported by: | jboesch | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Bug from: http://groups.google.com/group/jquery-ui/browse_thread/thread/be72195786cb2042?hl=en
Ok, I re-downloaded the jquery-1.2.2b2.js and I have included all the new javascript files. It works in firefox.. not in IE6. In IE6, the droppable works, but now the draggables have a mis-interpreted offset.
Basically the draggables are having the same problem the droppable just did. When I scroll the page and click/hold on the draggable, it created the ghosting of the object 35px below the original, 35px being the offset amount of my scrolling. How can this be fixed. I dont have position:fixed on my draggables.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

IE6 doesn't feature position: fixed.