GNOME Bugzilla – Bug 708324
entry grows out of password dialog
Last modified: 2013-09-19 05:55:38 UTC
1. Lock your keyring (context menu in seahorse has a 'lock' item) 2. Unlock it again to get the shell dialog ('unlock' item in seahorse context menu will do) 3. Hold down the a key for a while 4. Observe the entry growing out of the dialog, and across the screen
It is a lot better with the keyring patch from bug 703833 (and the remaining issue is easy to fix) - can we just get that landed?
Created attachment 255248 [details] [review] keyring: Don't allow ellipsization of Password label We don't want the password entry to grow when entering more characters that fit the available width; as labels' ClutterText ellipsizes by default, the password label allows the entry to grow by shrinking. Setting the appropriate ellipsize mode fixes this.
Review of attachment 255248 [details] [review]: OK.
Created attachment 255252 [details] [review] networkAgent: Don't allow ellipsization of Password label So I checked, and the network dialog has the same problem ...
Review of attachment 255252 [details] [review]: OK.
Attachment 255248 [details] pushed as 30e7440 - keyring: Don't allow ellipsization of Password label Attachment 255252 [details] pushed as 39134f0 - networkAgent: Don't allow ellipsization of Password label