GNOME Bugzilla – Bug 86980
Focus indication not visible for Volume Control applet
Last modified: 2004-12-22 21:47:04 UTC
This focus is moved from applet to applet on the panel the focus indicator is not drawn for the the Mixer applet. I do not belive that this problem is specific to this applet and I believe that it is a regression.
In panel_applet_focus() gtk_widget_grab_focus()is called to set the focus widget to the PanelApplet but panel_applet_expose() is not called to draw the focus indication. This problem only seems to happen for out-of-process applets.
This problem started happening after the change to GtkSocket/GtkPLug on June 6th to make them work in terms of is_active/has_toplevel_focus.
*** This bug has been marked as a duplicate of 86339 ***