GNOME Bugzilla – Bug 701231
calendar: lack of ellipsization
Last modified: 2013-07-11 15:22:00 UTC
Created attachment 245601 [details] screenshot I just had the calendar pop up to almost the full width of my screen. We should ellipsize calendar entries to a reasonable width.
Created attachment 246315 [details] [review] Calendar: refactor the layout of the event list In order to have event descriptions on multiple lines, but still maintain proper alignment with the day and time strings, refactor the whole event list to be one big table. Headers are implemented as spanning cells, and uneven spacing is a mix of row/column spacing and cell padding. Ellipsization would have been easier indeed (just throw a max-width to the whole popup), but wrapping looks nicer to me.
have a screenshot ?
Created attachment 246767 [details] Calendar with a long event
Review of attachment 246315 [details] [review]: Looks good.
Attachment 246315 [details] pushed as 719d793 - Calendar: refactor the layout of the event list
*** Bug 695172 has been marked as a duplicate of this bug. ***
*** Bug 659112 has been marked as a duplicate of this bug. ***