Skip to main content

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.

Attachments (0)
Change History (3)

Changed May 14, 2013 12:05PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

jQuery UI doesn't support elements with transforms because jQuery core doesn't support getting their positions.

Changed May 23, 2013 01:13PM UTC by scottgonzalez comment:2

resolution: notabug
status: closedreopened

Changed May 23, 2013 01:14PM UTC by scottgonzalez comment:3

resolution: → duplicate
status: reopenedclosed

Duplicate of #6844.