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 631455 - window resizes irreversibly when perfoming a contact search
window resizes irreversibly when perfoming a contact search
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Contact List
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
: 632224 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-10-05 17:48 UTC by Omer Akram
Modified: 2011-08-29 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
http://git.Collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/ellipsize-631455 (287.45 KB, patch)
2010-10-06 10:08 UTC, Guillaume Desmottes
rejected Details | Review
http://git.Collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/ellipsize-631455 (507 bytes, patch)
2010-10-06 10:09 UTC, Guillaume Desmottes
accepted-commit_now Details | Review

Description Omer Akram 2010-10-05 17:48:49 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
Comment 1 Guillaume Desmottes 2010-10-06 10:08:29 UTC
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(-)
Comment 2 Guillaume Desmottes 2010-10-06 10:09:10 UTC
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 4 Guillaume Desmottes 2010-10-06 10:44:08 UTC
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.
Comment 5 Guillaume Desmottes 2010-10-18 08:29:01 UTC
*** Bug 632224 has been marked as a duplicate of this bug. ***
Comment 6 Vinicius Depizzol 2010-10-18 13:32:37 UTC
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 ;)