Search and Top Navigation
#9297 closed bug (duplicate)
Opened May 14, 2013 11:09AM UTC
Closed May 23, 2013 01:14PM UTC
Drag and drop fail to reposition with CSS Scale
Reported by: | thejae | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have the following code applied to my <HTML> tag
html{ -webkit-transform: scale(2); transform: scale(2); }
And a very minimal draggable script
$("#menu_box").draggable({ distance: 25 });
And when I drag #menu_box, it would disappear somewhere far from the cursor.
jQuery UI doesn't support elements with transforms because jQuery core doesn't support getting their positions.