Skip to main content

Bug Tracker

Side navigation

#6240 closed bug (invalid)

Opened March 08, 2010 01:24AM UTC

Closed October 15, 2010 03:59PM UTC

Last modified March 14, 2012 02:08AM UTC

multiple "simultaneous" $.ajax requests don't all complete in FF 3.5.8

Reported by: squeat Owned by:
Priority: undecided Milestone: 1.4.3
Component: ajax Version: 1.4.2
Keywords: ajax simultaneous Cc:
Blocked by: Blocking:
Description

When I time it so that I submit an ajax request right after another has started (but not completed), the first request seems to finish up as expected but the 2nd request never calls the success, error, or complete callbacks. Firefox shows that the data was received as expected. This is using FF 3.5.8 on all 1.4.x versions of jQuery (up to 1.4.2). It works as expected with 1.3.2. Both of my requests are using dataType of 'json'.

Attachments (0)
Change History (2)

Changed August 09, 2010 05:30AM UTC by dalangalma comment:1

Could you create a minimal page that shows this problem in action?

Changed October 15, 2010 03:59PM UTC by addyosmani comment:2

priority: → undecided
resolution: → invalid
status: newclosed

Closing due to no response from the original submitter.