Skip to main content

Search and Top Navigation

#4824 closed bug (fixed)

Opened September 01, 2009 10:14AM UTC

Closed February 14, 2010 05:09AM UTC

draggable broken on inline elements in webkit browsers

Reported by: sebbacon Owned by:
Priority: critical Milestone: 1.8
Component: ui.draggable Version: 1.7.2
Keywords: safari chrome drag webkit Cc:
Blocked by: Blocking:
Description

On inline elements in Chrome and Safari, the element is moved across the page at about twice the speed of the drag event. Example:


 <script type="text/javascript">
  $(function() {
	$(".draggable").draggable();
  });
 </script>

 <span class="draggable" class="ui-widget-content">
  I move at twice the speed of the drag
 </span>

 <div class="draggable" class="ui-widget-content">
  I work correctly
 </div>

Attachments (0)
Change History (5)

Changed November 17, 2009 12:21PM UTC by jzaefferer comment:1

milestone: TBD1.8

Wow, thats weird. There seem to be a lot of those with the latest Safari and Chrome version. Go Webkit, go...

Changed January 27, 2010 10:44AM UTC by rdworth comment:2

priority: minorcritical

Changed February 01, 2010 09:00PM UTC by Sancus comment:3

This bug produces not just double-speed dragging, but weird trailing effects in the current release version of Safari, but not Chrome. It's specifically display:inline that causes it.

See: http://sancus.off.net/safari_test.html (drag downwards)

Changed February 14, 2010 04:59AM UTC by scottgonzalez comment:4

This problem doesn't exist if the element is absolutely positioned.

Changed February 14, 2010 05:09AM UTC by scottgonzalez comment:5

resolution: → fixed
status: newclosed

Fixed in r3798.