-
Notifications
You must be signed in to change notification settings - Fork 46.8k
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
In Chrome, synthetic drag and drop events should use DOMStringList for event.dataTransfer.types #3656
Comments
Drag and drop events are not normalized by React (at the moment). |
React seems to be inconsistently and unintentionally normalizing some dnd events in certain browsers. |
https://github.com/facebook/react/blob/master/src/browser/syntheticEvents/SyntheticDragEvent.js is the entire implementation (extends SyntheticMouseEvent which is normalized though), so |
I’m closing this as a duplicate of #2676. |
event.dataTransfer.types.contains(...)
is broken in Chrome.The text was updated successfully, but these errors were encountered: