Skip to main content

Bug Tracker

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

Attachments (0)
Change History (2)

Changed June 08, 2010 02:34PM UTC by Bradley comment:1

Possibly related to #6298 ?

Changed September 02, 2010 04:40PM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Dup of #6298.