question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Drag and drop not working in Firefox

See original GitHub issue

I 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

dnd-firefox

Using Firefox v53.0.3 (64 bits) in macOS 10.12.5

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16

github_iconTop GitHub Comments

2reactions
carlesbacommented, Aug 2, 2017
2reactions
senluchen2015commented, Jun 29, 2017

I am running into this problem as well on the FF 54.0 both in the demo page and also using these versions locally:

"react-dnd": "2.4.0",
"react-dnd-html5-backend": "2.4.1", 

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found