Search and Top Navigation
#7774 closed bug (duplicate)
Opened October 07, 2011 02:04PM UTC
Closed October 07, 2011 02:06PM UTC
Last modified October 07, 2011 02:07PM UTC
Draggable doesn't take into account parent div scaling
Reported by: | exelian | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.draggable | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the parent containing a draggable is scaled using CSS3 transform, the draggable element doesn't drag to the intended position.
jQuery: v1.6.2
jQuery-ui: 1.8.13
Can reproduce in: Firefox 7, Opera 11.50, Chrome 14
OS: Windows XP
jsFiddle can be found here.
Is shown in the jsFiddle dragging the element in an upscaled div accelerates the div past it's intended position.
I would expect the element to stay correctly positioned under the mouse.