-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link inside of SortableElement breaks sort in FF #118
Comments
clauderic
added a commit
that referenced
this issue
Jan 14, 2017
Thanks for the fast fix! Seems like the bug still happens if the SortableContainer is using the distance property. I think moving the fix to handleStart instead of handlePress should fix that too. |
Riiiiiight! Will fix shortly, sorry about that! |
clauderic
added a commit
that referenced
this issue
Jan 17, 2017
Just pushed a fix to npm with |
Thanks, looks like it works perfectly now! |
DimitarNestorov
pushed a commit
to codemotionapps/react-sortable-hoc
that referenced
this issue
Feb 4, 2019
DimitarNestorov
pushed a commit
to codemotionapps/react-sortable-hoc
that referenced
this issue
Feb 4, 2019
clauderic
pushed a commit
that referenced
this issue
Aug 21, 2019
* Fix firefox event issue related to Button tag This is the same issue as #118 but it also applies to button on FF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testcase: https://jsfiddle.net/tz2daph1/1/
When clicking on the list item it works correctly, when clicking the link itself it only moves a short distance with the mouse, then stops moving until mouseup. And then it follows the mouse again like it would normally until the next mouseup event.
This only happens in Firefox 50 for me, works in all other major browsers.
The text was updated successfully, but these errors were encountered: