RESOLVED WONTFIX 29396
[Qt] Provide an API for handling popups when using QWebPage without a view widget
https://bugs.webkit.org/show_bug.cgi?id=29396
Summary [Qt] Provide an API for handling popups when using QWebPage without a view wi...
Tor Arne Vestbø
Reported 2009-09-18 07:18:00 PDT
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
Benjamin Poulain
Comment 1 2011-01-30 09:13:08 PST
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?
Note You need to log in before you can comment on or make changes to this bug.