GNOME Bugzilla – Bug 691806
entry looks insensitive for password when entering a username
Last modified: 2013-02-20 18:38:15 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.
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.
Review of attachment 236943 [details] [review]: OK.
Attachment 236943 [details] pushed as 300c4d8 - gdm: make entry reactive when asking user question