We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Drag and Drop not work in Firefox 65.0
The text was updated successfully, but these errors were encountered:
drag and drop still appears to not work in the most modern version of firefox either.
Sorry, something went wrong.
Looks like its because firefox does not support onDragStart for svg elements: https://bugzilla.mozilla.org/show_bug.cgi?id=691796
That's unfortunate. I suspect we'll have to insert foreign objects as spans to get it to work.
span
Okay, this PR #70 addresses (although does not completely solve) the issue.
The referenced bug seems to be closed on firefox side. Maybe someone can test again with version 2.0.0-beta.2 or higher.
No branches or pull requests
Drag and Drop not work in Firefox 65.0
The text was updated successfully, but these errors were encountered: