Side navigation
#6334 closed bug (duplicate)
Opened March 22, 2010 12:08PM UTC
Closed September 02, 2010 04:40PM UTC
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
Possibly related to #6298 ?