Modify ↓
Ticket #2161 (closed bug: fixed)
Fixed Position Support in Draggables
| Reported by: | scott.gonzalez | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | fixed draggable | Cc: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

