http://bugs.winehq.org/show_bug.cgi?id=26546
--- Comment #4 from fracting fracting@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?