RESOLVED INVALID 39669
[Qt] QWebPage needs to be able to function in a Widget-less environment, as per documentation.
https://bugs.webkit.org/show_bug.cgi?id=39669
Summary [Qt] QWebPage needs to be able to function in a Widget-less environment, as p...
bo0ork
Reported 2010-05-25 04:29:45 PDT
The docs state: "This class can be used, together with QWebFrame, to provide functionality like QWebView in a widget-less environment." This is not true. While measuring items in WebCore::RenderThemeQt() constructor, and other places, QWidgets are being constructed merely to check what fonts they use or what width a certain part of them are. This is just silly, as it prevents QWebPage for being used in secondary threads and non-GUI applications, for something that could easily be hardcoded for QWebPage (as opposed to QWebView, which should still do these things).
Attachments
Diego Gonzalez
Comment 1 2010-07-21 07:58:02 PDT
Maybe you can discuss it on qtwebkit list: webkit-qt@lists.webkit.org
Jocelyn Turcotte
Comment 2 2014-02-03 03:16:35 PST
=== Bulk closing of Qt bugs === If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary. If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.
Note You need to log in before you can comment on or make changes to this bug.