GNOME Bugzilla – Bug 736471
GtkStackSwitcher: improve keynav
Last modified: 2015-01-31 03:37:34 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.
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.
I did add notebook-like focus handling to gtkstack recently