Modify ↓
Ticket #3984 (closed bug: fixed)
XmlHttpRequest.abort() does not fire ajaxStop event
| Reported by: | klaus | Owned by: | john |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.4a2 |
| Keywords: | abort cancel | Cc: | |
| Blocking: | Blocked by: |
Description
The ajaxStop event is not being fired if a request is canceled via XmlHttpRequest abort method.
var xhr = $.ajax(...); xhr.abort();
Seems to be expected behavior.
Taken from http://ui.jquery.com/bugs/ticket/3903: "Whenever this happens the variable used for the global ajax count jQuery.active should be decremented or ajaxStop will never be fired."
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
