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 59456 - GtkMenu shouldn't let empty menu items have focus
GtkMenu shouldn't let empty menu items have focus
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 65003 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-08-23 23:58 UTC by Jonathan Blandford
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Blandford 2001-08-23 23:58:08 UTC
If you add a separator to GtkMenu, it shouldn't be allowed to get keyboard
focus.
Comment 1 Owen Taylor 2001-11-21 01:35:16 UTC
*** Bug 65003 has been marked as a duplicate of this bug. ***
Comment 2 Matthias Clasen 2001-11-21 15:21:15 UTC
A similar though different problem occurs with tearoff menuitems.
They must be able to receive focus, but I think it is very distracting
that the tearoff menuitems receive the focus when using keyboard
navigation to go into a menu. The focus should go to the first
"real" menuitem. If you really want to tearoff the menu, you can
navigate up with the up arrow.
Comment 3 Kristian Rietveld 2001-11-29 20:40:45 UTC
Jonathan's problem has been fixed, Matthias' suggestion has been
implemented. Both diffs are in cvs HEAD.
Comment 4 Heath Harrelson 2002-03-18 00:07:27 UTC
*** Bug 75169 has been marked as a duplicate of this bug. ***
Comment 5 Heath Harrelson 2002-03-18 20:35:21 UTC
*** Bug 75235 has been marked as a duplicate of this bug. ***