Bug 29396
Summary: | [Qt] Provide an API for handling popups when using QWebPage without a view widget | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | benjamin, tonikitoo |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Tor Arne Vestbø
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
Closing as won'tfix, I don't think we should support that, it is just gonna make our life harder. Ok with you Tor Arne?