GNOME Bugzilla – Bug 685534
Login field height changing
Last modified: 2012-10-15 21:21:57 UTC
When the first letter is typed in the login field, the height increase a little bit. It feels weird. Is it done on purpose ?
This seems like a nice little polish thing. Can we get it fixed for 3.6.1 ?
Created attachment 226501 [details] [review] st-entry: Force a relayout if necessary ClutterText will only queue a relayout after font changes if it has any contents other than the empty string. As a result, its height request may change after the first character has been entered. To avoid this visual glitch, force a relayout on actual font changes. The Clutter behavior doesn't make much sense to me here, but if we want this issue fixed in the stable release at this point, I guess we'll have to use a workaround.
Review of attachment 226501 [details] [review]: Do we have a Clutter bug / patch for this anywhere? Fix looks good, anyway.
Attachment 226501 [details] pushed as 487749c - st-entry: Force a relayout if necessary
> Do we have a Clutter bug / patch for this anywhere?