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 109394 - Ctrl+F10 does not always popup panel menu
Ctrl+F10 does not always popup panel menu
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: libpanel-applet
1.5.x
Other Solaris
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
AP1
Depends on:
Blocks:
 
 
Reported: 2003-03-28 10:34 UTC by padraig.obriain
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (693 bytes, patch)
2003-03-28 14:10 UTC, padraig.obriain
none Details | Review

Description padraig.obriain 2003-03-28 10:34:34 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.
Comment 1 padraig.obriain 2003-03-28 14:02:01 UTC
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.

Comment 2 padraig.obriain 2003-03-28 14:10:42 UTC
Created attachment 15261 [details] [review]
Proposed patch
Comment 3 padraig.obriain 2003-03-28 14:11:28 UTC
The attached patch seems to fix the problem.
Comment 4 Calum Benson 2003-04-03 13:03:36 UTC
Updating status_whiteboard field to reflect A11Y team's assessment 
of accessibility impact.
Comment 5 Mark McLoughlin 2003-04-04 06:29:33 UTC
Patch looks good Padraig. I seem to have done the same thing in
panel_key_press_event on HEAD for some reason ...
Comment 6 padraig.obriain 2003-04-04 09:34:00 UTC
I have commited the patch to the gnome-2-2 branch.