https://bugs.winehq.org/show_bug.cgi?id=38951 Bug ID: 38951 Summary: Builtin iexplore can't do document.write in a new window Product: Wine Version: 1.7.47 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: litimetal(a)gmail.com Distribution: --- Created attachment 51897 --> https://bugs.winehq.org/attachment.cgi?id=51897 +mshtml terminal output.txt Run javascript code in builtin gecko: function openWin() myw=window.open("", "myWindow", "width=200, height=100"); myw.document.write("<p>This is 'myWindow'</p>"); } And HTMLDocument_open hasn't been called You can reproduce this bug by wine iexplore http://78rd9k.com1.z0.glb.clouddn.com/window_write.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.