Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:2 Changed 3 years ago by addyosmani
- Status changed from new to closed
- Resolution set to invalid
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
