Opened 7 years ago
Closed 7 years ago
#17845 closed defect (invalid)
progback gets never call in IE8 after request
Reported by: | hesamfaraji | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | IO | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
request('intentionallyInvalidAddress.html').then(null, null, function(){
alert('this alert fires in all browsers except IE8!');
});
Attachments (1)
Change History (5)
Changed 7 years ago by
Attachment: | progback_never_call_in_IE8.html added |
---|
comment:1 Changed 7 years ago by
Component: | General → Loader |
---|---|
Owner: | set to Rawld Gill |
Likely a wontfix and duplicate.
comment:2 Changed 7 years ago by
Component: | Loader → IO |
---|---|
Owner: | changed from Rawld Gill to Bryan Forbes |
Status: | new → assigned |
does "all browsers" include IE7? i think progress events depend on XHR2.
comment:3 Changed 7 years ago by
i don't know because i couldn't test IE6 & 7. but don't care. they are both deprecated.
comment:4 Changed 7 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Progress events depend on XHR2, which IE8 does not implement.
Note: See
TracTickets for help on using
tickets.
test file