Sortable: Dragging doesn't work on Microsoft Edge, IE11, IE10

Tested simplified example https://output.jsbin.com/qacoluk/quiet on Windows 10 machine.

Sortable.create(foo);

Failed on Microsoft Edge, IE11, IE10 without any exception, works fine on IE9, Chrome and Firefox.

About this issue

Most upvoted comments

jquery.fn.sortable.js.tar.gz You can find here a version of the library (with jQuery compatibility) which works on IE 10 & 11 and Edge on Tablet devices ! Maybe a commit soon !

Enjoy 😉

Any update on this?

Try this guys:

Add this to options for Microsoft Edge

forceFallback: false,

It’s indeed not working on Microsoft Edge, @RubaXa

When I start dragging in Edge, I can the see the rows getting the class “sortable-chosen” and the attribute “draggable” is getting set to “true”, yet it doesn’t work.

Fyi, im draggin a table row withing a table body