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 576434 - ellipsize long status messages in the status combobox
ellipsize long status messages in the status combobox
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
2.27.x
Other Linux
: Normal minor
: ---
Assigned To: empathy-maint
empathy-maint
Depends on: 569449
Blocks:
 
 
Reported: 2009-03-23 15:51 UTC by Jonathon Jongsma
Modified: 2009-12-21 10:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (49.82 KB, image/png)
2009-03-23 16:24 UTC, Jonathon Jongsma
Details

Description Jonathon Jongsma 2009-03-23 15:51:02 UTC
When the user sets a long custom status message, the combobox drop-down menu gets excessively wide.  For displaying the combobox menu, we should ellipsize messages that are longer than a certain threshold.
Comment 1 Jonathon Jongsma 2009-03-23 16:24:28 UTC
Created attachment 131194 [details]
screenshot

A contrived example that shows what happens to the combobox when there is a very long custom status message
Comment 2 Guillaume Desmottes 2009-06-23 14:14:10 UTC
Bug still present with the new presence chooser.
Comment 3 Pascal Potvin 2009-12-08 06:00:35 UTC
I put a patch in my git repo:
http://cll.uqam.ca/git/ppotvin/empathy.git
Branch : 576434

It's my first time contributing to empathy so I tried correcting a small bug.
Tell me if everything's ok and I'll get working on other things :D
Comment 4 Guillaume Desmottes 2009-12-08 10:17:34 UTC
Great Pascal, welcome on board!

I get a 403 error when trying to access to your repo. Maybe you forgot to fix the permissions?
Comment 5 Pascal Potvin 2009-12-20 22:19:29 UTC
Yep, and now the server is down...

While I wait for my university to set the connection again, I created a fork on repo.or.cz...

git://repo.or.cz/empathy/ppotvin.git
Same branch : 576434

Tell me if something's wrong =D
Comment 6 Guillaume Desmottes 2009-12-21 10:31:14 UTC
Great! I removed a blank lines containing trailing spaces (for you information, you can use "make check" to detect those), rebased the patch on top of master and merged it.
Thanks a lot for your contribution.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.