Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Firefox making same GET call multiple times

  • 2 отговора
  • 1 има този проблем
  • 3 изгледи
  • Последен отговор от arthurbn

more options

Firefox is making the same AJAX call multiple times for a single event when it should really do it once. Actually, with each single click the number of calls multiplies. I have tested the application using Chromium and Eclipse's internal browser and I have no problems.

I removed all add-ons and started Firefox in safe-mode, but the problem persists.

Please advise,

Arthur Nobrega

Firefox is making the same AJAX call multiple times for a single event when it should really do it once. Actually, with each single click the number of calls multiplies. I have tested the application using Chromium and Eclipse's internal browser and I have no problems. I removed all add-ons and started Firefox in safe-mode, but the problem persists. Please advise, Arthur Nobrega

Всички отговори (2)

more options

Hi Arthur, do you have a page available that demonstrates this problem? If so, please post a link. Perhaps your test doesn't actually need to make a network request: for example, perhaps it could add a message to the page indicating that the relevant section of code was triggered.

Since this site focuses on end user support, you might also consider taking this question to a more developer-oriented forum such as the unofficial mozillaZine Web Development board, or to StackExchange.

more options

Thank you for replying. It is not a page available on the web. I am working on a J2EE Shopping Cart exercise.

I skipped the network call and had the browser simply alert me once for each click. I get the same behavior, multiple alerts for a single click. I test it with other browsers and I do nat have the same issue.

I will see what I can find on other forums.

Best,

Arthur