GNOME Bugzilla – Bug 736223
tab does not navigate from 'Username' to 'Password' in Enterprise Login version of "Add User" window
Last modified: 2014-09-12 12:14:52 UTC
To reproduce, go to control center, Users, click +, click the "Enterprise Login" button, type something in 'Username', and hit tab. You don't wind up in 'Password'. Using 3.13.90-1 (Fedora 21).
Focus seems busted in that dialog everywhere. I can't really see a meaningful focus chain there at all, in both the enterise and the local pages.
Looks like it is caused by: https://git.gnome.org/browse/gnome-control-center/commit/?id=3695f858dde4d91243885c853302d9b9b2f64bf2 Have you any idea why GtkStack "blocks" the focus?
No idea, will need to investigate. Thanks for the hint
Created attachment 285973 [details] [review] user-accounts: Fix focus in the account dialog Making containers take focus is almost never right. In this case, it disrupts the focus chain in the dialog, because the focus gets stuck on the stack.
turned out to be simple after all
Review of attachment 285973 [details] [review]: Thanks!
Attachment 285973 [details] pushed as 177166c - user-accounts: Fix focus in the account dialog