Side navigation
#1394 closed bug (wontfix)
Opened July 13, 2007 01:28PM UTC
Closed July 15, 2007 03:37PM UTC
Last modified July 16, 2007 09:10AM UTC
Instanced XmlHttpRequest with IE is incomplete
Reported by: | pllune | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.1.4 |
Component: | ajax | Version: | 1.1.3 |
Keywords: | Ajax IE MSXML2 XMLHttp | Cc: | |
Blocked by: | Blocking: |
Description
Actuellement avec IE, JQuery n'utilise que l'activex "Microsoft.XMLHttp". Or il y a un autre Objet qui peut etre utilisé
With IE, JQuery only uses the "Microsoft.XMLHttp" ActiveX. However there is another object which could be used : MSXML2.XMLHttp. This one is available in several versions(MSXML2.XMLHttp.5.0, MSXML2.XMLHttp.4.0, MSXML2.XMLHttp.3.0). The problem being IE can only want to use one version of MSXML2.XMLHttp, rejecting the others.
Attachments (0)
Change History (3)
Changed July 13, 2007 01:30PM UTC by comment:1
Changed July 15, 2007 03:37PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
This is correct - the one that we use works properly in the versions of IE that we support (IE 6 + 7).
Changed July 16, 2007 09:10AM UTC by comment:3
Replying to [comment:2 john]:
This is correct - the one that we use works properly in the versions of IE that we support (IE 6 + 7).
With an IE 6.0.2900.2180.xpsp_sp2_gdr.070227-2254 and default security parameters, I have tested Ajax on several Jquery's plugins samples pages and "Microsoft.XMLHttp" dont work. My IE6 works only with MSXML2.XMLHttp.4.0.
With IE, JQuery only uses the "Microsoft.XMLHttp" ActiveX. However there is another object which could be used : MSXML2.XMLHttp. This one is available in several versions(MSXML2.XMLHttp.5.0, MSXML2.XMLHttp.4.0, MSXML2.XMLHttp.3.0). The problem being IE can only want to use one version of MSXML2.XMLHttp, rejecting the others.