Modify ↓
Ticket #3157 (closed bug: fixed)
JSONP doesn't always correctly fire ajax events
| Reported by: | tandoan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | ajax | Version: | 1.2.6 |
| Keywords: | jsonp events | Cc: | |
| Blocking: | Blocked by: |
Description
When making a remote call, jQuery.active is incremented, but never decremented properly, so ajaxStart and ajaxComplete events are not fired after the first ajaxStart.
Attachments
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.


I don't really see why. I checked the source and it doesn't depend on whether it is jsonp or not. Can you provide a test case to reproduce the error ? just a small html file that shows the problem.