svelte-drag-and-drop-actions
svelte-drag-and-drop-actions copied to clipboard
Moving draggable doesn't work in Firefox (it just stacks to (0,0))
Firefox has a problem with the draggable attribute. So these examples below and some others do not work on Firefox. click click
FF version 118.0.2 (64-bit)
this seems to be a well-known (and really old) Firefox bug (see here) - let me see how I can fix it (in a way that does not effect other browsers and survives the moment when Mozilla publishes a fix for their bug...)
Hmm... Not sure if it is the same. Actually, I've never had such problems when implementing dnd with or without html5 draggable api which seems you're using in your module. Html5 draggable api is a crippled piece of crap at the current state (it doesn't even support touch devices). So why not to use pointer events?