Side navigation
#8011 closed bug (worksforme)
Opened January 19, 2011 01:13PM UTC
Closed January 19, 2011 04:42PM UTC
Complete handler not called when any XMLHttpRequest is aborted
Reported by: | contact.indian@gmail.com | Owned by: | contact.indian@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I wanted to reopen the below ticket, but didn't see any option to reopen. So creating a new one.
http://bugs.jquery.com/ticket/5114
The bug is again introduced in jQuery version 1.4.4
If I abort any XMLHttpRequest, the complete handler is not being called.
Attachments (0)
Change History (5)
Changed January 19, 2011 03:50PM UTC by comment:1
owner: | → contact.indian@gmail.com |
---|---|
status: | new → pending |
Changed January 19, 2011 04:38PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Bug not present / fixed with new ajax rewrite. Get ready for 1.5, its gonna be hawt!
Changed January 19, 2011 04:41PM UTC by comment:3
component: | unfiled → ajax |
---|---|
priority: | undecided → low |
I also couldn't reproduce this issue neither with 1.4.4 nor with 1.5b1 (which includes a major ajax rewrite), tested Opera 11, FF 4b7, Chrome 8, IE8
This test case works fine for me both error and complete callback get called.
Please report back and request the reopening of this ticket if you can provide a reduced test case which reproduces your problem on http://jsfiddle.net with the current version of jQuery.
Changed January 19, 2011 04:42PM UTC by comment:4
resolution: | invalid |
---|---|
status: | closed → reopened |
Changed January 19, 2011 04:42PM UTC by comment:5
resolution: | → worksforme |
---|---|
status: | reopened → closed |
Thanks for submitting a ticket to the jQuery Bug Tracker!. Please provide a reduced jsFiddle.net test case that reproduces the issue you mention you're still seeing in 1.4.4 so that we can confirm whether this is just an issue with the code you are testing or an issue with jQuery core.