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 129848 - libglademm: Gtk::SeparatorMenuItem is focussable/selectable with the keyboard
libglademm: Gtk::SeparatorMenuItem is focussable/selectable with the keyboard
Status: RESOLVED FIXED
Product: libglademm
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on: 130570
Blocks:
 
 
Reported: 2003-12-22 16:58 UTC by Roger Leigh
Modified: 2011-01-16 23:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Roger Leigh 2003-12-22 16:58:46 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
Comment 1 Murray Cumming 2004-01-05 13:52:34 UTC
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.
Comment 2 Murray Cumming 2004-02-29 18:01:22 UTC
There is a patch in bug #130570 that seems to fix this.
Comment 3 Murray Cumming 2004-03-09 08:48:31 UTC
This is fixed in glade now, so I expect it to be fixed in general.
Well done for finding and reporting the bug. Thanks.