Side navigation
#3157 closed bug (fixed)
Opened July 14, 2008 05:37PM UTC
Closed September 29, 2010 12:12AM UTC
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: | |
Blocked by: | Blocking: |
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 (2)
Change History (3)
Changed July 15, 2008 02:50AM UTC by comment:1
need: | Review → Test Case |
---|
Changed July 15, 2008 04:43PM UTC by comment:2
Attached are 2 files, changing line 34 in smalltest.html so that jsonreturn.html is on a different server will cause the incorrect event behavior.
Changed September 29, 2010 12:12AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
I think this has been fixed long ago...
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.