After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 649567 - hide focus rectangles when not keynavigating
hide focus rectangles when not keynavigating
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: 3.2
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-05-06 13:35 UTC by Matthias Clasen
Modified: 2011-08-10 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
initial patch (27.47 KB, patch)
2011-05-09 06:12 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2011-05-06 13:35:30 UTC
Windows does this, and it would reduce visual clutter.
Exact implementation needs some research, but basic idea is to turn on focus rectangles when a keypress happens, and hide them again after a while.
This would be a setting that can be turned off, like auto-mnemonics.
Comment 1 Matthias Clasen 2011-05-09 06:12:35 UTC
Created attachment 187489 [details] [review]
initial patch

Here is an initial patch