[Webkit-unassigned] [Bug 50550] New: [Qt] QWebPage::createWindow does not recieve the proper window type...

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 5 23:24:13 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50550

           Summary: [Qt] QWebPage::createWindow does not recieve the
                    proper window type...
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adawit at kde.org


For some reason the WebWindowType parameter of QWebPage::createWindow is always set to WebBrowserWindow even when a dialog is requested as shown in the following HTML example:

<html>
<head>
<script type="text/javascript">
function createWindow() {
  window.open("http://webkit.org", "newwindow", "dialog=yes");
}
</script>
</head>
<body>
<a href="javascript:createWindow()">click me</a>
</body>
</html>

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



More information about the webkit-unassigned mailing list