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 327338 - Applet needs focus indication
Applet needs focus indication
Status: RESOLVED WONTFIX
Product: gnome-applets
Classification: Other
Component: charpick
git master
Other All
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
AP2
Depends on: 153971
Blocks:
 
 
Reported: 2006-01-17 12:17 UTC by Calum Benson
Modified: 2010-01-24 01:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Calum Benson 2006-01-17 12:17:49 UTC
The character palette applet doesn't show any keyboard focus indication, although it appears to be taking focus correctly-- you can press Shift-F10 when it's supposed to have focus, and its context menu appears; and you can also use the arrow keys and space to choose and insert characters.  You just have to work "blind".

This worked fine on a 2.6 build I have here (JDS).
Comment 1 Danielle Madeley 2006-01-18 05:31:24 UTC
This is due to a Metacity focus stealing prevention change.

The correct call to use is panel_applet_request_focus()
Comment 2 Calum Benson 2006-04-26 17:08:08 UTC
Apologies for spam... ensuring Sun a11y folks are cc'ed on all current accessibility bugs.
Comment 3 Patrick Wade 2006-10-02 10:13:44 UTC
A fix for this problem would conflict with the already-present fix for bug 153971 ("focus line width and padding issues in gnome-applets").