Actions
Feature #831
openBrowser error pages do not display unless JavaScript is enabled
Start date:
03/29/2022
Due date:
% Done:
0%
Estimated time:
Description
For example, if an invalid URL is loaded, only the outline of a box is displayed unless JavaScript is enabled.
Updated by Soren Stoutner 11 months ago
This has been reported upstream. Qt says they won't fix it. Hopefully at some point they will reconsider.
Updated by Soren Stoutner 9 months ago
Maybe there is some way to produce an error dialog using `QWebEngineSettings::ErrorPageEnabled`.
Updated by Soren Stoutner 7 months ago
It looks like this will be possible in Qt 6 with https://doc.qt.io/qt-6/qml-qtwebengine-webengineview.html#loadingChanged-signal
I am not sure there is a way to do it in Qt 5.
Updated by Soren Stoutner 3 days ago
- Status changed from New to In Progress
It turns out this feature is available in the Qt Quick WebView implementation, but not in the Widget implementation.
Reported upstream: https://bugreports.qt.io/browse/QTBUG-112260
Actions