From 1ab8c3963f4c5b486fbfec68945e59c63ca0a67b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 19 Jun 2014 12:24:39 +0200 Subject: [PATCH] More BUGS --- BUGS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BUGS b/BUGS index 96e44e88b..06328b129 100644 --- a/BUGS +++ b/BUGS @@ -1,6 +1,17 @@ Bugs ==== +- Problems since the reparenting commits: + + - QLayout: Attempting to add QLayout "" to StatusBar "StatusBar", which already has a layout + - QLayout: Attempting to add QLayout "" to ExceptionCrashDialog "", which already has a layout + - Small empty window spawning at start + +- QWindowsWindow::setGeometry: Unable to set geometry 5x13+-959+505 on + QWidgetWindow/'TextClassWindow'. Resulting geometry: 116x13+-959+505 (frame: + 8, 30, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: + 16777215x16777215). + - On doodle, when modifying something on http://doodle.com/create and clicking a link to leave the page, the message is suboptimal. Also, with some random clicking it's somehow possible to get out of yesno mode.