GNOME Bugzilla – Bug 318448
Keybindings are not reset when hiding menubar
Last modified: 2005-10-10 15:49:21 UTC
Please describe the problem: When you hide the menubar the keybindings are not reset, so bindings which normally should go to the terminal are swallowed by the menubar. Steps to reproduce: 1. Startup Gnome-Terminal 2. Show the menubar (if not visible) 3. Hide the menubar 4. Press Alt+b Actual results: All items in the menubar tabs are shown. Note that the menubar itself is not shown. Expected results: Alt-b should be sent to the terminal, eg, in bash, backwards-word. Does this happen every time? Yes Other information: My guess is that GtkUIManager is used to construct the menus and that the accelerator group is not detached when hiding the menubar.
Actually, upon closer inspection, it seems like gtk_menu_set_accel_group should be called with a NULL argument when the menubar is hidden.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 172777 ***