GNOME Bugzilla – Bug 129848
libglademm: Gtk::SeparatorMenuItem is focussable/selectable with the keyboard
Last modified: 2011-01-16 23:33:40 UTC
Interfaces containing menus with HSeparators (Gtk::SeparatorMenuItem): the separator is selectable with the keyboard when using keyboard navigation. The same interface constructed "by hand", or even during editing with Glade-2 does not exhibit this undesirable behaviour. This may be seen with the standard libglade menu test (gnomemm/libglademm/examples/menus). Regards, Roger
This seems to be caused by glade bug #130570 which I just submitted. Changing class="GtkMenuItem" to class="GtkSeparatorMenuItem" in the .glade file seems to fix it.
There is a patch in bug #130570 that seems to fix this.
This is fixed in glade now, so I expect it to be fixed in general. Well done for finding and reporting the bug. Thanks.