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 776372 - Fedora 25: keys typed at the login/lock screen are entered into the password field before it's visible
Fedora 25: keys typed at the login/lock screen are entered into the password ...
Status: VERIFIED NOTABUG
Product: gnome-shell
Classification: Core
Component: lock-screen
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2016-12-22 04:28 UTC by Nate Graham
Modified: 2016-12-22 15:21 UTC
See Also:
GNOME target: ---
GNOME version: 3.21/3.22



Description Nate Graham 2016-12-22 04:28:41 UTC
Fedora 25, GNOME 3.22, Wayland, gdm-3.22.1

When on the lock screen, tapping keys on the keyboard (instead of swiping up) to get to the password field results in the keys you typed having been entered into the password field once it becomes available.


Steps to Reproduce:
1. Install Fedora 25 on a laptop
2. Log in
3. Somehow get to the lock screen (Close the lid, wait for it to go to sleep, etc)
4. Be looking at the lock screen and desire to get to the password field so you can log in
5. Hit some keys on the keyboard to make it go away and show the password field


Actual results:
The keys you tapped are entered in the password text field.


Expected results:
Any keystrokes resulting from banging on the keyboard to get from the lock screen to the password field should get eaten and not count toward entering your password.
Comment 1 Ray Strode [halfline] 2016-12-22 14:05:00 UTC
this is actually by design (and took some contortions to implement!).  Users requested the ability to type their password without first explicitly raising the shield.

Certain keys won't get passed through: space, return, escape, arrows (things like that)
Comment 2 Nate Graham 2016-12-22 15:21:30 UTC
Oh okay. Seems like a really inelegant solution though. Why not just put the password prompt on the lock screen, so you don't need to dismiss the shield to get there?