From 5a25925606d9c3bf3c05192972e09002f514aa50 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Mon, 6 Sep 2004 18:02:37 +0000 Subject: [PATCH] Add bugs regarding window focus 2004-09-06 Elijah Newren * rationales.txt: Add bugs regarding window focus --- ChangeLog | 4 ++++ rationales.txt | 18 ++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5ebd8dd2..232146bcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-06 Elijah Newren + + * rationales.txt: Add bugs regarding window focus + 2004-08-29 Elijah Newren * NEWS: 2.8.4 release diff --git a/rationales.txt b/rationales.txt index 0e7905f19..0d0e4045f 100644 --- a/rationales.txt +++ b/rationales.txt @@ -2,10 +2,13 @@ History ==== -Focus windows on map: see +Focus windows on map: http://bugzilla.gnome.org/show_bug.cgi?id=118372 http://bugzilla.gnome.org/show_bug.cgi?id=82921 +Choice of focus window (other than during a window map): + http://bugzilla.gnome.org/show_bug.cgi?id=135810 + Keep panel always on top: http://bugzilla.gnome.org/show_bug.cgi?id=81551 Edge flipping: http://bugzilla.gnome.org/show_bug.cgi?id=82917 Opaque resize: http://bugzilla.gnome.org/show_bug.cgi?id=92618 @@ -30,10 +33,14 @@ raise windows on click: http://bugzilla.gnome.org/show_bug.cgi?id=115072 http://bugzilla.gnome.org/show_bug.cgi?id=115753 -Some discussion of how pointer focus is inherently a bit buggy because -of the "sometimes focus window that isn't under the mouse" heuristics: +Some discussion of how pointer focus is perhaps inherently problematic +because of the "sometimes focus window that isn't under the mouse" +heuristics (almost always involves some kind of use of keynav): + http://bugzilla.gnome.org/show_bug.cgi?id=101190 + http://bugzilla.gnome.org/show_bug.cgi?id=145387 + http://bugzilla.gnome.org/show_bug.cgi?id=147699 http://bugzilla.gnome.org/show_bug.cgi?id=124798 - (there are some other bugs that may have better explanation) + http://bugzilla.gnome.org/show_bug.cgi?id=123803 Tracking bugs ==== @@ -41,3 +48,6 @@ Tracking bugs session management: http://bugzilla.gnome.org/show_bug.cgi?id=107063 revise theme format: http://bugzilla.gnome.org/show_bug.cgi?id=102547 + +bugs in focus-stealing-prevention: + http://bugzilla.gnome.org/show_bug.cgi?id=149028