Opened 13 years ago
Closed 12 years ago
#5547 closed bug (invalid)
jquery.1.3.2 load function callback method issue when request was aborted.
Reported by: | returnnull | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | load, callback | Cc: | |
Blocked by: | Blocking: |
Description
envrioment windows xp, ie 7.0 jquery 1.3.2
global setting: jQuery.ajaxSetup ({
cache: false, timeout:10000, timeout 10 seconds. error: errorProcessfunction error: errorProcessfunction error handler.
}); I use load function , add a callback function, when the request is aborted because of timeout.
res.stateReady is 1, res.responseText caused js error alert meaning the data is not ready. The following code causes the issue: if( callback )
self.each( callback, [res.responseText, status, res] );
Change History (2)
comment:1 Changed 13 years ago by
Component: | unfiled → ajax |
---|
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please try to upgrade to either jQuery 1.4.2 or 1.4.3. There have been several updates to the core since 1.3.2 and as far as my tests have gone, IE7 does not appear to have an issue with this with our latest versions.