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 691806 - entry looks insensitive for password when entering a username
entry looks insensitive for password when entering a username
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-15 20:33 UTC by Jonathan Blandford
Modified: 2013-02-20 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdm: make entry reactive when asking user question (2.36 KB, patch)
2013-02-20 15:42 UTC, Ray Strode [halfline]
committed Details | Review

Description Jonathan Blandford 2013-01-15 20:33:55 UTC
To reproduce:

* select "Not listed?" to manually enter a username
* enter a valid username and hit enter
* entry is editable for password, but looks insensitive as it hasn't been reset

It needs to be cleared to white again.
Comment 1 Ray Strode [halfline] 2013-02-20 15:42:09 UTC
Created attachment 236943 [details] [review]
gdm: make entry reactive when asking user question

We disable the entry after a user answers a question while we
process it, but we don't reactivate it later if asked another
one.

This commit makes sure the entry is always reactive when we
are waiting for an answer from the user.
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-02-20 16:47:25 UTC
Review of attachment 236943 [details] [review]:

OK.
Comment 3 Ray Strode [halfline] 2013-02-20 18:38:13 UTC
Attachment 236943 [details] pushed as 300c4d8 - gdm: make entry reactive when asking user question