-
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
IE10 Dragging doesn't work in 1.8.x #1476
Comments
owen-m1
added a commit
that referenced
this issue
Mar 28, 2019
@webandrew Please try |
@owen-m1 That works perfect now! Thank you for a quick response and for all the hard work in general. Could not go without Sortable :) |
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
Problem:
Dragging not working in IE10 on the 1.8.x . Works on IE9 and IE11.
Checked in browserstack using my project, then a the most basic implementation as well as the project website simple example.
Version 1.7 does seem to work throughout.
There are no errors in the console. None of the available events trigger. It's like Sortable is not there at all and it's just a normal list.
Sample code used for the browserstack test
https://jsfiddle.net/nbcjm287/
This is my basic test i've run on my local tested on browserstack IE10
The text was updated successfully, but these errors were encountered: