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 742944 - Lists of many attachments look sloppy
Lists of many attachments look sloppy
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: client
master
Other Linux
: Normal normal
: 0.12.0
Assigned To: Geary Maintainers
Geary Maintainers
Depends on: 765516
Blocks:
 
 
Reported: 2015-01-14 23:04 UTC by Robert Schroll
Modified: 2016-10-07 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot showing the problem. (57.90 KB, image/png)
2015-01-14 23:04 UTC, Robert Schroll
Details

Description Robert Schroll 2015-01-14 23:04:59 UTC
Created attachment 294560 [details]
Screenshot showing the problem.

Attachments are displayed each in a div (or something) whose width depends on the length of its filename.  For just a few, this looks fine.  But when there are many, it looks very sloppy (see attached image).

We could enforce a width on each to force them to line up in a grid or put them in an actual table.  But that might not look so good when there's only a few, so maybe this should happen only when there are more than 5 or so attachments.  We could also force all the attachments to lie in a single line and use horizontal scrolling to view them all.
Comment 1 Michael Gratton 2016-06-28 14:32:11 UTC
This should be taken care of by Bug 765516.
Comment 2 Michael Gratton 2016-10-07 13:08:37 UTC
Fixed on master by 898fa33, as part of Bug 728002. We're now using a GtkFlowBox, which enforces consistent widths, but I'm a bit unhappy with the design and it may get replaced by a GtkListBox.