Skip to main content

Bug Tracker

Side navigation

#2161 closed bug (fixed)

Opened January 14, 2008 08:42PM UTC

Closed February 12, 2008 01:57PM UTC

Fixed Position Support in Draggables

Reported by: scottgonzalez Owned by: paul
Priority: major Milestone: 1.2.2
Component: ui 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 (1)

Changed February 12, 2008 01:57PM UTC by paul comment:1

resolution: → fixed
status: newclosed

Done!