react-dnd-html5-backend icon indicating copy to clipboard operation
react-dnd-html5-backend copied to clipboard

Dropping files from desktop stops working in FF47

Open evertbouw opened this issue 8 years ago • 2 comments

In Firefox 47/48 if you try to drag and drop a file from windows explorer into the example page you will see "Error: Cannot call hover while not dragging." in the console. In Firefox 45/46 this happens when you drop the file while moving the mouse.

It seems that Firefox no longer needs the mousemove event listener. I removed it here https://github.com/bouwwouw/react-dnd-html5-backend/commit/555a65ae53719fe0b45c273344d264f5d0bd782a and this fixes the issue. I've tested this for a while and it doesn't seem to break anything else.

Tested on Windows 10.

evertbouw avatar Apr 28 '16 13:04 evertbouw

I also have this issue. Will the bouwwouw's pull request be merged?

jungornti avatar Jul 11 '16 10:07 jungornti

Having similar issue here. It is affecting a lot of firefox users who are trying to drop files. We confirmed that this pull request will fix the problem. Any idea about when it will get merged?

zhiyiting avatar Aug 30 '16 01:08 zhiyiting