[Bug 26546] Buitin IE cannot run some methods of ActiveX controls from ICBC online bank

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 7 05:43:31 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26546

--- Comment #4 from fracting <fracting at gmail.com> 2011-06-07 05:43:30 CDT ---
Thank you Jacek, I test with wine1.3.21, but seems not work, here is the new
html file:


<object id="safeEdit1" classid="CLSID:73E4740C-08EB-4133-896B-8D0A7C9EE3CD"
codebase="/icbc/newperbank/AxSafeControls.cab#version=1,0,0,13"  height="21"
width="145"></object>
<script type="text/javascript">
function write_result(){
    var div_result = document.getElementById("result");
    var object_test = document.getElementById("safeEdit1");
    div_result.innerHTML += object_test.getLength();
}
</script>
<div onclick="write_result();">write result </div>
<div id="result"></div>

When I click on the "write result" div, I get a message from the console:

fixme:mshtml:nsURI_GetAsciiHost Use Uri_PUNYCODE_IDN_HOST flag

Did I do anything wrong?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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