GNOME Bugzilla – Bug 631455
window resizes irreversibly when perfoming a contact search
Last modified: 2011-08-29 10:12:37 UTC
"When the empathy contact list window has focus and I type on my keyboard a search for contacts ist performed. At least on german desktops, when no contacts matching the entered text are found a message is displayed inside empathy. The message is very long so the empathy window is automaticaly resized to fit the length (first error). After clearing the entered text the contact list appears again, but the window size remains (second error). Even worser, I am not able to resize the window back to its original size as the new size seems to be set as a new "minimum window width" (third and worst error)." originally reported at: https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/655090
Created attachment 171813 [details] [review] http://git.Collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/ellipsize-631455 NEWS | 44 ++ configure.ac | 2 +- data/element-properties | 6 + help/el/el.po | 342 ++++++++++----- help/hu/hu.po | 2 +- help/it/it.po | 646 ++++++++++++++++++--------- libempathy-gtk/empathy-contact-menu.c | 1 - libempathy-gtk/empathy-individual-menu.c | 2 + libempathy/empathy-tls-verifier.c | 5 +- po/el.po | 728 +++++++++++++++++++----------- po/es.po | 247 +++++----- po/lt.po | 325 ++++++-------- po/sv.po | 370 ++++++++-------- release.py | 2 +- src/empathy-main-window.c | 3 + 15 files changed, 1643 insertions(+), 1082 deletions(-)
Created attachment 171814 [details] [review] http://git.Collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/ellipsize-631455 src/empathy-main-window.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Comment on attachment 171814 [details] [review] http://git.Collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/ellipsize-631455 go ahead, looks good!
Merged to 2.32 and master. This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
*** Bug 632224 has been marked as a duplicate of this bug. ***
From Bug 632224: "Besides allowing it to go multiline, the string should also have a padding (of 12px, maybe?) to don't get too close from the window borders." Thank you ;)