GNOME Bugzilla – Bug 109394
Ctrl+F10 does not always popup panel menu
Last modified: 2004-12-22 21:47:04 UTC
If an applet which runs in a different process has focus Ctrl+F10 does not popup the panel menu. I have observer this with Volumne Control applet, StickyNotes applet and Notification Area applet (see bug #108327). This does not seem to be a regression as the same problem exists in Sun's Gnome 2.0.
There ius code in gnome-panel which purports to deal with this situation. See the function panel_event() in panel.c. Clearly the code does not work correctly.
Created attachment 15261 [details] [review] Proposed patch
The attached patch seems to fix the problem.
Updating status_whiteboard field to reflect A11Y team's assessment of accessibility impact.
Patch looks good Padraig. I seem to have done the same thing in panel_key_press_event on HEAD for some reason ...
I have commited the patch to the gnome-2-2 branch.