[Bug 38951] New: Builtin iexplore can't do document.write in a new window

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 20 00:27:13 CDT 2015


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 at winehq.org
          Reporter: litimetal at 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.



More information about the wine-bugs mailing list