[Webkit-unassigned] [Bug 29396] New: [Qt] Provide an API for handling popups when using QWebPage without a view widget

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 07:18:00 PDT 2009


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

           Summary: [Qt] Provide an API for handling popups when using
                    QWebPage without a view widget
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from issue QTBUG-1744
<http://bugreports.qt.nokia.com/browse/QTBUG-1744>

--- Description ---

If a QWebPage is used to render a page with some html like

<select name=foo><option value=bar1>bar1<option value=bar2>bar2</select>

and then send it an event of a mouseclick on the dropdown selector, it
crashes in the function PopupMenu::show() when it attempts to use the
result of v->containingWindow()  (which returns null in this situation).

-- 
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