Search and Top Navigation
#5749 closed bug (worksforme)
Opened June 22, 2010 05:11AM UTC
Closed October 29, 2012 06:02AM UTC
Last modified October 29, 2012 07:28PM UTC
Delay error in Chrome
Reported by: | cnanney | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using Chrome, any click and drag action results in the element binding to the mouse and dragging, even if it is shorter than the delay time specified.
I've set up a page with code that reproduces the error, along with examples of the error here:
http://cnanney.com/test/sortable/
I've set priority to major, because I consider being able to set a delay so accidental sorting doesn't occur is very important.
Attachments (0)
Change History (3)
Changed October 11, 2012 09:07PM UTC by comment:1
milestone: | TBD → 2.0.0 |
---|
Changed October 29, 2012 06:02AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
Thanks for taking the time to contribute to the jQuery UI project! I can no longer reproduce the issue using the latest jQuery and jQuery UI. http://jsfiddle.net/Vpmu2/
If you can still reproduce it, please feel free to reply to this ticket with a test case showing the problem. Thanks!
Changed October 29, 2012 07:28PM UTC by comment:3
Yes, the mouse binding issues seems to be fixed. However, in your jsfiddle test case, there is still the issue in Chrome when the sorted element jumps to the left when released, which it doesn't do on Firefox.