Opened 10 years ago
Closed 10 years ago
#9297 closed bug (duplicate)
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.
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Resolution: | notabug |
---|---|
Status: | closed → reopened |
comment:3 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Duplicate of #6844.
Note: See
TracTickets for help on using
tickets.
jQuery UI doesn't support elements with transforms because jQuery core doesn't support getting their positions.