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 784040 - "Not listed" has no focus indication when navigating by keyboard
"Not listed" has no focus indication when navigating by keyboard
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
3.24.x
Other Linux
: Normal minor
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-06-21 14:10 UTC by Stephen
Modified: 2017-06-22 00:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
style: Fix nesting of elements (2.38 KB, patch)
2017-06-21 19:54 UTC, Florian Müllner
committed Details | Review

Description Stephen 2017-06-21 14:10:53 UTC
When tabbing to "not listed", after tabbing away from the last user in the GDM list, "not listed" gains focus (so can be selected with Enter) but there is no indication it has focus.
Comment 1 Florian Müllner 2017-06-21 19:54:01 UTC
Created attachment 354199 [details] [review]
style: Fix nesting of elements

.login-dialog-user-selection-box is the enclosing element, not between
.login-dialog-not-listed-button and .login-dialog-not-listed-label.

Untested, but pretty sure this fixes it.
Comment 2 Florian Müllner 2017-06-22 00:09:07 UTC
I've tested the patch now, and as it simply makes the existing style work as expected, I don't think this needs design review, so pushing.

Attachment 354199 [details] pushed as e995730 - style: Fix nesting of elements