#9612 closed bug (fixed)
Draggable: abspos elements inside of fixed elements moving away from the mouse when scrolling
Reported by: | Xenon | Owned by: | mikesherov |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.2 |
Component: | ui.draggable | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When dragging a draggable element from an absolutely positioned div inside a position:fixed div, the element moves away from the mouse when scrolling. This happens with all versions I've tried, being 1.10.3, 1.10.2, git, and 1.8.2. Tested it with the newest Chrome and Firefox browsers.
Here's a JSFiddle demonstrating it: http://jsfiddle.net/LRVNq/1/
I realize there's quite a few tickets regarding draggable and scrolling already, but none of them seem to include position:fixed, so this might be a different problem.
Change History (5)
comment:1 Changed 9 years ago by
Milestone: | none → 1.11.0 |
---|---|
Owner: | set to mikesherov |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Summary: | Draggable moving away from the mouse when scrolling and using position:fixed; → Draggable: abspos elements inside of fixed elements moving away from the mouse when scrolling |
---|
comment:3 Changed 9 years ago by
Milestone: | 1.11.0 → none |
---|
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Draggable: Check all parents for fixed positioning when scrolling
Fixes #9612
Changeset: df7e32fe3798562ffb86d064444f1e0cc8ac59a8
comment:5 Changed 8 years ago by
Milestone: | none → 1.11.2 |
---|
Note: See
TracTickets for help on using
tickets.
Yup, this is a new one. I suppose I have to check .parents() for a fixed parent.