#2161 closed bug (fixed)
Fixed Position Support in Draggables
Reported by: | Scott González | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | fixed draggable | Cc: | |
Blocked by: | Blocking: |
Description
If a draggable element has fixed positioning, it will "jump" when dragging starts if the user has scrolled the page. The jump is the distance that has been scrolled. I created a patch to fix this by adjusting this.position in $.ui.draggable.prototype.drag().
(This was moved over from http://plugins.jquery.com/node/1172)
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | fixedposition.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Done!