http://bugs.winehq.org/show_bug.cgi?id=26405
Summary: Builtin IE miss to display the origin page while open a pop-up page with window.open Product: Wine Version: 1.3.15 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
Created an attachment (id=33626) --> (http://bugs.winehq.org/attachment.cgi?id=33626) LOG: window.open
1. write a html page ( page1.html ) like this:
<html> <body> 0 <script language="JavaScript"> window.open( "/page2.html"); </script> </body> </html>
2. write another page page2.html
3. host a web server
4 wine iexplore http://localhost/page1.html
then page1 will not display , but page2 will display, and the url bar just show http://localhost/page2.html
$ wine iexplore http://localhost/page1.html