Opened 11 years ago
Closed 11 years ago
#10528 closed enhancement (invalid)
Count of active ajax request
Reported by: | 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
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Network traffic is complete, but global handlers are fired after specific handlers, which means the request is still active.