GNOME Bugzilla – Bug 684810
Text fields in password dialogs expand behavior inconsistent
Last modified: 2012-11-12 16:00:27 UTC
The horizontal expand behavior for text fields in password dialogs is inconsistent: AFAICS all dialogs except the polkit one expand it. I don't know which one is best (I think I prefer the expanded version), but I think we should be consistent.
Created attachment 225162 [details] keyring
Created attachment 225163 [details] mount operation
Created attachment 225164 [details] polkit
I agree - they should all be expanded.
Created attachment 228393 [details] [review] polkitAgent: Expand password entry to the full width Due to an oversight, the width of the password entry is currently determined by the length of the message description. Fix the flags so that the entry spans the entire width of the dialog. (Gah, I had looked at the bug before, but couldn't reproduce - "pkexec true" makes a pure test case here :-))
Review of attachment 228393 [details] [review]: g
password dialog must be displayed in way as messages in tray. not all of them, but many. imho. especially wifi and im reqests passphrase (then i lost connection) annoying me. especially then i am typing, i accidentally rewrite my saved passwords, and this popub alerts back again. for other dialogs sometime i want to be alerted, sometimes not, but I do not mind to putting all dialogs to tray is bad.
Attachment 228393 [details] pushed as 15e1470 - polkitAgent: Expand password entry to the full width