diff options
author | Elijah Newren <newren@math.utah.edu> | 2004-09-06 18:02:37 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2004-09-06 18:02:37 +0000 |
commit | 5a25925606d9c3bf3c05192972e09002f514aa50 (patch) | |
tree | 719fe3a87ef8965780574639aa95ecd36fd2e127 | |
parent | f0cb77ffc4fa61e13f16c6ee8643f10def928a5d (diff) | |
download | metacity-5a25925606d9c3bf3c05192972e09002f514aa50.tar.gz |
Add bugs regarding window focus
2004-09-06 Elijah Newren <newren@math.utah.edu>
* rationales.txt: Add bugs regarding window focus
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | rationales.txt | 18 |
2 files changed, 18 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2004-09-06 Elijah Newren <newren@math.utah.edu> + + * rationales.txt: Add bugs regarding window focus + 2004-08-29 Elijah Newren <newren@math.utah.edu> * NEWS: 2.8.4 release diff --git a/rationales.txt b/rationales.txt index 0e7905f1..0d0e4045 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 |