Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kkarpeev opened this issue Oct 28, 2023 · 2 comments
Open

Comments

@kkarpeev
Copy link

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)

@rozek
Copy link
Owner

rozek commented Jan 15, 2024

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

@kkarpeev
Copy link
Author

kkarpeev commented Jan 16, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants