Sortable working fine on rest of browsers but not on edge on MS surface.
a responds from the creators to this would be nice...
Try 1.5.0-rc1
Thanks @RubaXa
@mostsignificantbit — well done, thank you need him.
@mostsignificantbit thanks for solving this issue.
I've had what could be the same issue. It's also on a MS Surface but it happens in Chrome too. And only when you use your mouse. So it's actually possible to drag if you use the touchscreen.
Didn't try if 1.5.0-rc1 fixes it yet (not my MS Surface).
Could @RubaXa say if the fixes in 1.5 is something specific for Edge or if it is a fix more in general for MS Surface or devices with both touch and mouse or something?
Actually, setting the delay property to anything except zero is causing the problem on MS Surface in Chrome. So if I set it back to 0 it will work though. But I have the delay there so that the user can both scroll and drag on touchscreens.
Any update on this issue? It's been almost a year now. Mentioned 1.5.0-rc1 build is even broken, error with "path". I guessed the versions since would include fix but nope, still not working in MS Edge touch.
EDIT:
When you set the forceFallback to true, I realized that for MS compatibility is setting the touch-action property on handle just enough. So if you have for some reason also dropped html5 drag&drop api, you should know this is the necessity then. ;)
-ms-touch-action: none;
touch-action: none;
Try 1.8.0-rc1
Most helpful comment
Try
1.5.0-rc1