Skip to main content

Bug Tracker

Side navigation

#10528 closed enhancement (invalid)

Opened October 19, 2011 08:14AM UTC

Closed October 19, 2011 03:26PM UTC

Count of active ajax request

Reported by: st.teneff@gmail.com Owned by:
Priority: low Milestone: None
Component: ajax Version: 1.7b2
Keywords: Cc:
Blocked by: Blocking:
Description

The count of jQuery.active should be decreased before executing the success and complete functions. When the only ajax request is completed $.active should be 0

http://jsfiddle.net/pu97B/

Attachments (0)
Change History (1)

Changed October 19, 2011 03:26PM UTC by timmywil comment:1

component: unfiledajax
priority: undecidedlow
resolution: → invalid
status: newclosed

Network traffic is complete, but global handlers are fired after specific handlers, which means the request is still active.