aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-07-02 12:54:32 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-07-02 12:54:32 +0200
commit500bc64f7671cfa9dbcfe1c2d808ea67eb0c3a42 (patch)
treefd1221559a8e7b5c9d4033dc7da8a811053ec961 /BUGS.md
parentEnable console output on Win32 (diff)
downloadsmolbote-500bc64f7671cfa9dbcfe1c2d808ea67eb0c3a42.tar.xz
Add --no-remote option
Diffstat (limited to 'BUGS.md')
-rw-r--r--BUGS.md24
1 files changed, 15 insertions, 9 deletions
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.
+