[Bug 29583] JScript is missing 'new XMLHttpRequest();' support

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 31 01:32:07 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=29583

--- Comment #3 from lizhenbo <litimetal at gmail.com> ---
(In reply to lizhenbo from comment #2)
> Does this bug still exists in 1.7.25?
> Test page[1] works fine with builtin-IE.
> 
> [1]:
> http://www.w3schools.com/dom/tryit.asp?filename=try_dom_xmlhttprequest_first

Well, that problem still exists.
Builtin-IE failed back to:
---
else
  {// code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
---

A modified test case shows the problem:
http://lzbtesthustoj1000.u.qiniudn.com/new_xmlhttp.html

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list