GNOME Bugzilla – Bug 59456
GtkMenu shouldn't let empty menu items have focus
Last modified: 2011-02-04 16:09:32 UTC
If you add a separator to GtkMenu, it shouldn't be allowed to get keyboard focus.
*** Bug 65003 has been marked as a duplicate of this bug. ***
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.
Jonathan's problem has been fixed, Matthias' suggestion has been implemented. Both diffs are in cvs HEAD.
*** Bug 75169 has been marked as a duplicate of this bug. ***
*** Bug 75235 has been marked as a duplicate of this bug. ***