Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

i have tried small drag and drop app using react,but it seems does not working?

  • 1 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 BeerBaroN23

more options

i am react developer,i am tring drag and drop in react,it seems working properly in other browsers but not in firefox,how to i correct or solve this issue,what is the actual problem?

i am react developer,i am tring drag and drop in react,it seems working properly in other browsers but not in firefox,how to i correct or solve this issue,what is the actual problem?

所有回复 (1)

more options

Good question, you're the developer so isn't that like your job? haha

Update your Firefox to the latest and refresh it, in "about:support" click on "refresh firefox" then test it out again.

Besides that it's probably an issue with your code, so I'd start with making sure JavaScript is functioning in FF (Which uses the SpiderMonkey JavaScript Engine).

Safari uses the Nitro JavaScript engine, M$ Edge and Exploder uses Chakra

Then the rest like Chromium, Chrome, Opera, Vivaldi and pretty much all others use the V8 JavaScript engine, so their performance should be similar.