GNOME Bugzilla – Bug 663627
Having a long status message makes infobar in accounts dialog uglier
Last modified: 2012-02-15 09:23:45 UTC
When I open the accounts dialog, my first account is selected. It's disabled, and the infobar is a bit big: <http://willthompson.co.uk/misc/weird-status-wrapping-in-account-dialog-1.png> I have a relatively long status message set. When I select an account which is signed in, the dialog becomes enormous, as does the infobar: <http://willthompson.co.uk/misc/weird-status-wrapping-in-account-dialog-2.png>.
Could you test with master please? We did some GtkGrid porting work recently which may or may not have fixed this.
Will, were you able to test recent changes in empathy which may address your problem ?
Thanks for the reminder! The wild resizing is fixed: <http://willthompson.co.uk/misc/wrapping-fixed.png>. But the infobar still looks a bit funky compared to its appearance with a short message: <http://willthompson.co.uk/misc/short.png>. So I'm retitling. The status icon is rammed right up against the service icon, which looks bad. (Incidentally, the new ll-xmpp icon is beautiful.) So I think there should probably be some padding there. (The same padding as between the service icon and the edge of the infobar? Relatedly, the padding between the switch and the edge of the box is totally different. <http://willthompson.co.uk/misc/measurements.png>) We could consider just ellipsizing the status message maybe? It's not like people are in the accounts dialog for the primary purpose of checking their message.
(In reply to comment #3) > We could consider just ellipsizing the status message maybe? It's not like > people are in the accounts dialog for the primary purpose of checking their > message. I agree; I've done exactly that.
Created attachment 204748 [details] [review] accounts-dialog: ellipsize presence message Long messages make this dialog looks weird and that's not really the point of this UI to display it anyway.
Created attachment 204749 [details] [review] set the presence message as a tooltip on its label So user can still read the full message if it has been ellipsized.
Attachment 204748 [details] pushed as be6cefc - accounts-dialog: ellipsize presence message Attachment 204749 [details] pushed as 5fd8bf4 - set the presence message as a tooltip on its label