GNOME Bugzilla – Bug 58377
more menu keynav glitches
Last modified: 2011-02-04 16:11:52 UTC
Some problems with menu keyboard navigation: - It would be nice if moving into a submenu would skip the first menu item if its a tearoff item (Motif does this). - If a submenu pops up to the left because theres too little room to the right, I still have to press the right arrow to move into it. Irritating. I think there is already a bug with a patch for left/right flipping of menus which may address this, will have to look it up.
#51040 has a patch regarding submenu arrows and left/right cascade.
Sat Feb 2 20:16:04 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenushell.c (_gtk_menu_shell_select_first): Non-exported _gtk_menu_select_first() function that selects the first item of the menu in a standard way. (Skipping tearoffs.) * gtk/gtkmenushell.c gtk/gtkentry.c gtk/gtktextview.c gtkmenuitem.c: Use _gtk_menu_shell_select_first(). Extends the earlier tearoff item skipping to happen consistently.
The referenced patch about cascads is actually bug 51042
Moving non-critical or hard to fix bugs to 2.0.2
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.
*** Bug 81872 has been marked as a duplicate of this bug. ***
*** Bug 82532 has been marked as a duplicate of this bug. ***
(Just adding comments in response to Owen's recent "should we fix for 2.2" email) Re the 'have to press right arrow' issue, I was surprised to find that both Mac and Windows also force you to press the right-arrow key in this situation, so I guess this shouldn't present a new problem to users familiar with other desktops.
I think we should go with consistency here.
Reopening to close FIXED, since there was a fix earlier...