Sortable: Drag handle doesn't work in Firefox when it's a <button> element

Created on 30 Apr 2015  路  4Comments  路  Source: SortableJS/Sortable

In the following JsFiddle, the second list isn't draggable in Firefox (and maybe other browsers). Works on Chrome though.

http://jsfiddle.net/t6e66o10/1/

question

Most helpful comment

Just for information, the same issue exists for Edge too.

Apparently adding option
forceFallback: true
makes it work for Edge and firefox.

All 4 comments

Moved example: http://jsbin.com/gebega/1/edit?js,output

Just for information, the same issue exists for Edge too.

Apparently adding option
forceFallback: true
makes it work for Edge and firefox.

But it breaks groups.

Was this page helpful?
0 / 5 - 0 ratings