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 659370 - login window grows abruptly when asking for password
login window grows abruptly when asking for password
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
unspecified
Other All
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-18 03:40 UTC by Ray Strode [halfline]
Modified: 2011-09-18 03:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
theme/gdm: shrink entry (912 bytes, patch)
2011-09-18 03:40 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2011-09-18 03:40:19 UTC
In bug 658921 we changed the login window to have a fixed
entry length.  This prevented a nasty bug where really
long passwords would make the window incrementally grow
in the horizontal direction.

This makes sense but the number picked is too high. It forces
the login window to pop to a new width PAM asks a question.
5d37eab theme/gdm: shrink entry
Comment 1 Ray Strode [halfline] 2011-09-18 03:40:21 UTC
Created attachment 196863 [details] [review]
theme/gdm: shrink entry

commit 8424236daafac98d560f4408318efd6e62872840
set the entry to a specific size to prevent it from
growing for long passwords.

The size is a little too long though, since it makes
the dialog pop out horizontally when showing the entry.

This commit drops it down a few em.
Comment 2 Ray Strode [halfline] 2011-09-18 03:44:55 UTC
This is a completely non-controversial, one line theme change, pushing.

Attachment 196863 [details] pushed as fb81efe - theme/gdm: shrink entry