From 8bab91506ac12a4dd200f59be1f1026b15e875c5 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Jul 2014 23:16:57 +0200 Subject: [PATCH] Update BUGS --- doc/BUGS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/BUGS b/doc/BUGS index cbe9a12ce..4ae71a9ce 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -95,6 +95,10 @@ Misc windows - Scrolling lags like crazy (even in minimal browser) on http://github.com/uzbl/uzbl +- Pressing Ctrl+C should call shutdown and quit normally instead of quitting + hard. (Ideally it should print a message, and doing Ctrl+C again should quit + hard). + Same for SIGTERM, etc. Upstream Bugs @@ -103,3 +107,5 @@ Upstream Bugs - Web inspector is blank unless .hide()/.show() is called. Asked on SO: http://stackoverflow.com/q/23499159/2085149 TODO: report Qt bug + +- Various segfaults on youtube videos