SortableJS / Sortable

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
https://sortablejs.github.io/Sortable/
MIT License
29.41k stars 3.69k forks source link

[bug] Mozilla Firefox Sortable not working but no console errors #2257

Closed markusramsak closed 1 year ago

markusramsak commented 1 year ago

Describe the bug

No Dragging and Dropping working. Even on the Demo page.

To Reproduce Open dem Demo Page https://sortablejs.github.io/Sortable/ on Mac OS Ventura (Version 13.2.1) in Firefox 110.0.1 (64-Bit) Try any Demo

Expected behavior

Drag & Drop Working

Information

sortablejs = ^1.15.0

Additional context In Safari, Brave, Chrome and other Browsers on Mac OS, it is working. Only in Firefox. No errors in console.

Reproduction codesandbox: https://sortablejs.github.io/Sortable/

markusramsak commented 1 year ago

After restart of the browser it was working again. So it may be caused by another reason.