Skip to main content

Bug Tracker

Side navigation

#6127 closed bug (duplicate)

Opened February 19, 2010 07:15PM UTC

Closed October 24, 2010 04:02PM UTC

Last modified October 24, 2010 04:02PM UTC

Calling .abort() on AJAX Request Triggers "success" callback

Reported by: jarcoal Owned by:
Priority: low Milestone: 1.4.2
Component: ajax Version: 1.4
Keywords: ajax abort Cc:
Blocked by: Blocking:
Description

From 1.4+ calling abort on an AJAX request still fires the callback and the status identifies it as a "success." This is not the same functionality as 1.3.2, which would keep the callback from firing.

Attachments (0)
Change History (3)

Changed March 12, 2010 03:23AM UTC by dlee comment:1

I can confirm this behavior on IE7, and http://forum.jquery.com/topic/after-aborting-an-ajax-call-success-event-is-still-being-fired mentions the same problem.

Changed October 24, 2010 04:02PM UTC by addyosmani comment:2

priority: → low
resolution: → duplicate
status: newclosed

This has been fixed already here http://github.com/jquery/jquery/commit/ba9e0fc177841bd74cc5ea4e52f09cd87d747bf5 but it's a duplicate of #6060

Changed October 24, 2010 04:02PM UTC by addyosmani comment:3

Duplicate of #6060.