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 58377 - more menu keynav glitches
more menu keynav glitches
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 81872 82532 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-08-01 11:33 UTC by Matthias Clasen
Modified: 2011-02-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2001-08-01 11:33:09 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.
Comment 1 Matthias Clasen 2001-08-01 11:41:44 UTC
#51040 has a patch regarding submenu arrows and left/right cascade.
Comment 2 Owen Taylor 2002-02-03 01:26:54 UTC
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.
Comment 3 Owen Taylor 2002-02-03 01:53:30 UTC
The referenced patch about cascads is actually bug 51042
Comment 4 Owen Taylor 2002-03-25 23:27:33 UTC
Moving non-critical or hard to fix bugs to 2.0.2
Comment 5 Matthias Clasen 2002-04-05 13:35:35 UTC
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.
Comment 6 Owen Taylor 2002-05-15 18:56:16 UTC
*** Bug 81872 has been marked as a duplicate of this bug. ***
Comment 7 Owen Taylor 2002-07-30 20:08:08 UTC
*** Bug 82532 has been marked as a duplicate of this bug. ***
Comment 8 Calum Benson 2002-10-24 18:50:22 UTC
(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.
Comment 9 Owen Taylor 2002-12-10 02:11:37 UTC
I think we should go with consistency here.
Comment 10 Owen Taylor 2002-12-10 02:12:23 UTC
Reopening to close FIXED, since there was a fix earlier...