Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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

  • 1 ответ
  • 1 имеет эту проблему
  • 2 просмотра
  • Последний ответ от 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.