GNOME Bugzilla – Bug 619008
make PanelMenu keyboard-navigable
Last modified: 2010-05-19 17:17:55 UTC
there's no way to get to the panel menus using just the keyboard yet, but if you click open a menu, you can then navigate among the menu items and between the two menus. The behavior should be the same as how gtk menus/items behave.
Created attachment 161370 [details] [review] [panel] split out a PanelBaseMenuItem class Make the existing PanelMenuItem, PanelSeparatorMenuItem, PanelImageMenuItem inherit from it.
Created attachment 161371 [details] [review] [panel] separate "active" state from hover state in PanelBaseMenuItem When doing keyboard navigation, the active menu item may not be the one under the mouse.
Created attachment 161372 [details] [review] [panel] add keyboard navigation of menus
Review of attachment 161370 [details] [review]: Looks fine.
Review of attachment 161371 [details] [review]: Looks fine.
Review of attachment 161372 [details] [review]: Looks good.
Attachment 161370 [details] pushed as 320adb3 - [panel] split out a PanelBaseMenuItem class Attachment 161371 [details] pushed as 2179f58 - [panel] separate "active" state from hover state in PanelBaseMenuItem Attachment 161372 [details] pushed as 9b3e165 - [panel] add keyboard navigation of menus