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 746817 - GtkRadioButton keynav uses wrong succession
GtkRadioButton keynav uses wrong succession
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkButton
3.14.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-03-26 14:42 UTC by Jay Strict
Modified: 2015-03-29 04:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wrong keynav succession (1.22 KB, text/x-python-script)
2015-03-26 14:42 UTC, Jay Strict
Details

Description Jay Strict 2015-03-26 14:42:29 UTC
Created attachment 300357 [details]
wrong keynav succession

When using a group of Radiobuttons as in the attached example, the keyboard navigation (keynav) does not work correctly.
Using the down-arrow on the keyboard in fact results in the selection passed upwards instead of downwards. Using the up-arrow passes the selection downwards instead of upwards.

The described behavior disappears when the length of the second label "BB" is set shorter (e.g. to "B").
It also disappears when removing the "halign"-properties of the first and third radiobutton (not the second radiobutton).