Opened 13 years ago
Closed 12 years ago
#6334 closed bug (duplicate)
AJAX Loads in IE7 but not IE8
Reported by: | Gaias Enigma | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | ajax | Version: | 1.4.2 |
Keywords: | IE8 ajax | Cc: | |
Blocked by: | Blocking: |
Description
On lines 4987-4999 IE8 try's to load
"return new window.XMLHttpRequest();" instead of "return new window.ActiveXObject("Microsoft.XMLHTTP");"
Note in IE5-IE7 Works fine
Note: See
TracTickets for help on using
tickets.
Possibly related to #6298 ?