GNOME Bugzilla – Bug 685444
unlockDialog: Make the prompt entry insensitive while logging in
Last modified: 2012-10-04 07:04:29 UTC
See patch.
Created attachment 225716 [details] [review] unlockDialog: Make the prompt entry insensitive while logging in This ensures that the user can't confusingly edit the entry while waiting for a response.
Review of attachment 225716 [details] [review]: Looks good, but be careful that the styles are shared with the login dialog.
*** Bug 685443 has been marked as a duplicate of this bug. ***
Attachment 225716 [details] pushed as 0192a6c - unlockDialog: Make the prompt entry insensitive while logging in > Looks good, but be careful that the styles are shared with the login dialog. The login dialog doesn't set the entry (or button) insensitive, which is another bug. I planned on fixing it, but decided it would probably be more worthwhile to merge a lot of the codepaths in there, too. I also wonder if we should do something like this for other passwords, like NM, Polkit, whatever. Should we have a standard "entry" widget with an entry and OK/Cancel? Nah.