-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Drag bug in Safari #1436
Comments
I thought it would help prevent touchmove firing when the page is scrolling due to touch move, since the event isn't usually canceable when that happens... But if it causes problems I will remove it and you should in your install. |
@sseulki-lee |
@owen-m1 |
owen-m1
added a commit
that referenced
this issue
Feb 10, 2019
1.8.2 has the fix |
This was referenced Sep 23, 2019
elo7-developer
pushed a commit
to elo7/Sortable
that referenced
this issue
Nov 18, 2019
Runi-c
pushed a commit
to Tupperbox/Sortable
that referenced
this issue
Nov 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have problem in safari when dragging elements
In
_onTouchMove
, it's returned at Sortable.js#L962I guess it's because safari don't support
PointerEvent
so just listen
MouseEvent
by Sortable.js#L866(i guess.. MouseEvent's cancelable is set false by default)
so please let me know why Sortable.js#L962 is inserted
and i want to fix this bug
The text was updated successfully, but these errors were encountered: