#2986 closed bug (fixed)
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
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
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.
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 15 years ago by
Milestone: | 1.5 → 1.5.1 |
---|
Note: See
TracTickets for help on using
tickets.
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>
<div id="content">
</div>