-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Firefox only: useDragAndDrop breaks input selection #110
Comments
@vmihailenco Appreciate the reproduction. Will take a look. |
i want to fix it |
@sashamilenkovic sorry to bother you, but were you able to check this out? We're shuffling inputs so this bug kinda breaks everything for us in Firefox... |
@vmihailenco Haven't had the chance yet. I believe the issue involves how Firefox handles the draggable attribute. This is top priority but no update yet. |
Hey I ran into the same issue, hope you can find out what's causing it |
Fix for this is implemented, will be released in the next few days |
Hi, any updates on this? Seems like it still broken in the latest version. |
@EdeMeijer fix will be included in the next minor release. Hoping to have that published soon |
Reproduction (requires Firefox): https://codesandbox.io/p/sandbox/drag-ndrop-kit-forked-83wtw7?file=%2Fsrc%2FApp.tsx%3A1%2C10-1%2C24
Here is how it works in Chrome
drag-ndrop-kit.forked.-.CodeSandbox.webm
The same does not work in Firefox, i.e. text can't be selected
The text was updated successfully, but these errors were encountered: