Drag and drop not working in Firefox
See original GitHub issueI can’t drag elements when using Firefox in my app. I’ve tried with the chess example and seems not to be working either.
First time you try to drag, the dragged element seems to loose opacity (like when it’s being dragged) but it doesn’t move. Then you try again and the console shows the error:
Error: Cannot call beginDrag while dragging
Using Firefox v53.0.3 (64 bits) in macOS 10.12.5
Issue Analytics
- State:
- Created 6 years ago
- Comments:16
Top Results From Across the Web
How to Fix Drag and Drop When It's Not Working in Firefox
What can I do if drag and drop isn't working in Firefox? · 1. Enable User Account Control (UAC) · 2. Do not...
Read more >Drag and drop from firefox to Windows desktop stopped ...
After updating to v68 (x64) earlier today, drag and drop of pictures from Firefox to Windows desktop, stopped working. What I tried so...
Read more >Can't Drag and Drop TO Firefox - Reddit
It doesn't work if I start Firefox in safe mode or even open a Private window. There doesn't appear to be any menu...
Read more >Fix Firefox 68's File Drag and Drop issues on Windows
To verify Launcher Process is enabled or not for your Firefox browser, launch Firefox, click on menu> Help > Troubleshooting Information and ...
Read more >Cannot Drag And Drop From Firefox - Windows 10 Forums
Steps to reproduce the problem in Windows 10: Enable the built-in Administrator account. ... Open Firefox at any page with an image, such...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Might this be related? https://bugzilla.mozilla.org/show_bug.cgi?id=804036
I am running into this problem as well on the FF 54.0 both in the demo page and also using these versions locally:
I have narrowed down the problem to HTML5Backend.js. The “dragenter” event is not being called for some reason.
Edit: it seems to be working again all of a sudden on FF. Not sure why.