Add bugs regarding window focus

2004-09-06  Elijah Newren  <newren@math.utah.edu>

	* rationales.txt: Add bugs regarding window focus
This commit is contained in:
Elijah Newren 2004-09-06 18:02:37 +00:00 committed by Elijah Newren
parent f0cb77ffc4
commit 5a25925606
2 changed files with 18 additions and 4 deletions

View File

@ -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> 2004-08-29 Elijah Newren <newren@math.utah.edu>
* NEWS: 2.8.4 release * NEWS: 2.8.4 release

View File

@ -2,10 +2,13 @@
History 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=118372
http://bugzilla.gnome.org/show_bug.cgi?id=82921 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 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 Edge flipping: http://bugzilla.gnome.org/show_bug.cgi?id=82917
Opaque resize: http://bugzilla.gnome.org/show_bug.cgi?id=92618 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=115072
http://bugzilla.gnome.org/show_bug.cgi?id=115753 http://bugzilla.gnome.org/show_bug.cgi?id=115753
Some discussion of how pointer focus is inherently a bit buggy because Some discussion of how pointer focus is perhaps inherently problematic
of the "sometimes focus window that isn't under the mouse" heuristics: 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 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 Tracking bugs
==== ====
@ -41,3 +48,6 @@ Tracking bugs
session management: http://bugzilla.gnome.org/show_bug.cgi?id=107063 session management: http://bugzilla.gnome.org/show_bug.cgi?id=107063
revise theme format: http://bugzilla.gnome.org/show_bug.cgi?id=102547 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