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 736471 - GtkStackSwitcher: improve keynav
GtkStackSwitcher: improve keynav
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 736223
 
 
Reported: 2014-09-11 12:55 UTC by Ondrej Holy
Modified: 2015-01-31 03:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ondrej Holy 2014-09-11 12:55:19 UTC
Focus doesn't move on a child using Tab key.

Steps to reproduce:
1/ Open gtk3-demo and run Stack demo
2/ Go to page 2
3/ Press tab to move focus to the GtkCheckButton

Result:
Focus move to the next tab, but not inside the page. 

Expected result:
Focus is move to the GtkCheckButton.

Note:
Also moving between the tabs looks like weird. However this doesn't work also if GtkStackSwitcher is not used. See Bug 736223.
Comment 1 Matthias Clasen 2014-09-14 13:23:10 UTC
I think the 'focus not working' part was cleared up by removing can_focus from the stack. The stackswitcher / stack keynav could indeed use some tweaks.
Comment 2 Matthias Clasen 2015-01-31 03:37:34 UTC
I did add notebook-like focus handling to gtkstack recently