Bug Tracker

Modify

Ticket #10528 (closed enhancement: invalid)

Opened 19 months ago

Last modified 19 months ago

Count of active ajax request

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

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/

Change History

comment:1 Changed 19 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to ajax

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.