Search and Top Navigation
#2137 closed bug (wontfix)
Opened January 09, 2008 02:53PM UTC
Closed February 07, 2008 06:00PM UTC
Last modified May 24, 2008 03:39AM UTC
Draggables position:fixed;
Reported by: | jboesch | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
IE6 doesn't feature position: fixed.