Side navigation
#6933 closed bug (invalid)
Opened August 23, 2010 10:40PM UTC
Closed September 28, 2010 07:53PM UTC
Last modified March 13, 2012 09:51PM UTC
ajax request fails in IE8 with "Error requesting page"
Reported by: | charger440six_pac | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | ajax | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In IE8, the request is not submitted to server because window.XMLHttpRequest IS defined in IE8 but apparently does not work. Ref. line 4952 in jquery-1.4.2.js. This causes xhr to be set to 'new window.XMLHttpRequest()' which appears to cause the failure. When xhr gets set to the reurn value from 'new window.ActiveXObject("Microsoft.XMLHTTP")', the request is transferred correctly. This appear to also affect the 'load' method. Win7/IE8 v8.0.7600.16385
The issue with the load method has been identified & resolved and is NOT related to the ajax request failing to submit.