Opened 9 years ago
Closed 8 years ago
#4824 closed bug (fixed)
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>
Change History (5)
comment:1 Changed 8 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 8 years ago by
Priority: | minor → critical |
---|
comment:3 Changed 8 years ago by
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)
comment:4 Changed 8 years ago by
This problem doesn't exist if the element is absolutely positioned.
Note: See
TracTickets for help on using
tickets.
Wow, thats weird. There seem to be a lot of those with the latest Safari and Chrome version. Go Webkit, go...