সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox making same GET call multiple times

  • 2 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 8 দেখুন
  • শেষ জবাব দ্বারা 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

All Replies (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