From 500bc64f7671cfa9dbcfe1c2d808ea67eb0c3a42 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 2 Jul 2018 12:54:32 +0200 Subject: Add --no-remote option --- BUGS.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'BUGS.md') diff --git a/BUGS.md b/BUGS.md index 9ac353b..a3a5153 100644 --- a/BUGS.md +++ b/BUGS.md @@ -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. + -- cgit v1.2.1