Search and Top Navigation
#2986 closed bug (fixed)
Opened June 11, 2008 02:30AM UTC
Closed June 24, 2008 08:46PM UTC
Last modified June 26, 2008 07:07PM UTC
draggables with position: fixed "jump" if the page is scrolled (in ff2)
Reported by: | tmm1 | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5.1 |
Component: | ui.draggable | Version: | 1.5 |
Keywords: | firefox2 | Cc: | |
Blocked by: | Blocking: |
Description
if you scroll down on a page with a draggable position:fixed element, and start dragging the element, it will jump down (as soon as you pick it up) by whatever amount the page is scrolled
Attachments (0)
Change History (4)
Changed June 12, 2008 09:46AM UTC by comment:1
Changed June 13, 2008 06:55AM UTC by comment:2
Also in ff2 (with the latest jquery release), the portion of the page's scrollbar directly to the right of the draggable will show display artifacts and refuse to respond to click events. This appears to be related to the latest jquery, as it happens with older jquery-ui releases coupled with the latest jquery 1.2.6 as well.
Changed June 24, 2008 08:46PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Changed June 26, 2008 07:07PM UTC by comment:4
milestone: | 1.5 → 1.5.1 |
---|
Also seeing various other strange issues- the scrollbar to the right of the draggable div is unusable, and the entire page has strange "glitches" to the right of the draggable as you move it around. Safari has no issues, only FF2 has problems. My DOM looks like:
<div id="windows">
<div id="window_1" style="position: fixed"></div>
</div>
<div id="content">
stuff
</div>