Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Possibly related to #6298 ?