-
Notifications
You must be signed in to change notification settings - Fork 97
File drop not working on the ReactDND website using Chrome #19
Comments
I can’t reproduce this on OS X with Chrome 48. Please post your operating system (Windows, assuming from scroll bars), Chrome version, and exact sequence of steps to reproduce the problem. |
This should be fixed in (I have not had time to update the website yet but I will later today.) |
Thanks the new version works!! |
I’m glad! (I had to buy a BrowserStack license to debug it 😅 ) |
Hey @gaearon, I've been seeing this pop up in my error logs as well -- looks like it's happening to users on Windows 7 and Windows 10, and all on Firefox 47, when they're trying to do something with file drag-and-drop. I've got |
I also can't figure out how to solve this problem, but I discovered that It's most probably because of this fix in // On Firefox, if mousemove fires, the drag is over but browser failed to tell us.
// This is not true for other browsers.
if (isFirefox()) {
window.addEventListener('mousemove', this.endDragNativeItem, true);
} |
Hi,
I am trying to get the file drop feature work. It seems to not be working on the http://gaearon.github.io/react-dnd/examples-dustbin-multiple-targets.html
I get the error:** Uncaught Invariant Violation: Cannot call hover while not dragging. **I am using Chrome. I am new to react and redux. Please help me thanks.
The text was updated successfully, but these errors were encountered: