[Webkit-unassigned] [Bug 18590] New: Popup opened from iframes not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 18 11:26:06 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18590

           Summary: Popup opened from iframes not working
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcampan at gmail.com


Open a page with an iframe that opens a pop-up window.
Expected: the pop-up window is opened
Actual: the iframe content is replaced with the pop-up content

Notes:
- this happens with the "Block Pop-Up Windows" pref on and off.
- this works fine in IE 7 and FireFox 2.

Here is the sample pages I am using:

page.html
<html>
The IFrame below opens a popup<br>
<iframe src="popup.html"></iframe>
</html>

popup.html:
<html>
This page opens a popup.
<script>
 window.open('hello.html', name,
             "status = 1, height = 300, width = 300, resizable = 0" );
</script>
</html>

hello.html:
<html>
hello
</html>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list