#6240 closed bug (invalid)
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'.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Closing due to no response from the original submitter.
Note: See
TracTickets for help on using
tickets.
Could you create a minimal page that shows this problem in action?