svelte-drag-and-drop-actions icon indicating copy to clipboard operation
svelte-drag-and-drop-actions copied to clipboard

Moving draggable doesn't work in Firefox (it just stacks to (0,0))

Open kkarpeev opened this issue 2 years ago • 2 comments

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)

kkarpeev avatar Oct 28 '23 10:10 kkarpeev

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...)

rozek avatar Jan 15 '24 10:01 rozek

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?

kkarpeev avatar Jan 16 '24 09:01 kkarpeev