diff options
Diffstat (limited to 'BUGS.md')
-rw-r--r-- | BUGS.md | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -26,23 +26,29 @@ _Adapted from the guide in the texmate repository._ ## Known bugs -### Search terms in address bar -QUrl always seems to return true when checking if valid url. Workaround is to -prepend '#' to the search. - -### databases-incognito in home +#### databases-incognito in home https://bugreports.qt.io/browse/QTBUG-62957 -### loadFinished is not always emitted when loading is finished +#### loadFinished is not always emitted when loading is finished https://bugreports.qt.io/browse/QTBUG-65223 -### QWebEngineView setUrl()/load() methods in some case divide page in two parts +#### QWebEngineView setUrl()/load() methods in some case divide page in two parts https://bugreports.qt.io/browse/QTBUG-68224 Only affects Qt 5.11.0. Set __QTBUG_68224_WORKAROUND__. -## Wayland bugs +### Wayland bugs -### mainwindow.maximized doesn't work +#### mainwindow.maximized doesn't work setWindowState(Qt::WindowMaximized) has no effect on KDE/Wayland: https://community.kde.org/Plasma/Wayland_Showstoppers + +### Windows bugs + +#### stdout and stderr +Starting the application with some command-line options (like --version, +--help, etc) causes the application to 'stall' on exit. + +Starting the application from the command prompt returns after launch, but +continues outputting stdout and stderr to it. + |