Summary | Columns width display problem |
Queue | IMP |
Queue Version | 4.2-RC1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | pedretti (at) eco (dot) unibs (dot) it |
Created | 12/18/2007 (6448 days ago) |
Due | |
Updated | 01/21/2009 (6048 days ago) |
Assigned | 06/12/2008 (6271 days ago) |
Resolved | 08/03/2008 (6219 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
this problem.
"Dimensione" word is truncated even if the text in the other columns
are smaller than their columns width.
The columns width could eventually be dynamically adapted to the text
to avoid truncating text in other columns, but maybe this is another
problem.
this problem.
State ⇒ Resolved
http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.617.4.80&r2=2.617.4.81&ty=u
http://cvs.horde.org/diff.php/imp/themes/screen.css?r1=1.2.2.32&r2=1.2.2.33&ty=u
http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.865&r2=2.866&ty=u
http://cvs.horde.org/diff.php/imp/themes/screen.css?r1=1.91&r2=1.92&ty=u
State ⇒ Assigned
State ⇒ Resolved
Version ⇒ 4.2-RC1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Columns width display problem
Queue ⇒ IMP
New Attachment: imp.png
State ⇒ Unconfirmed
using Italian language: the "Size" column get translated to
"Dimensione", which is a little larger and goes over the right side,
also causing the appearance of a bottom bar, as can be seen in the
attached screenshot.
A possible workaround could be to round the translated string
"Dimensione" to "Dim.", but I think it could be better to dinamically
adapt to the right value the width of the Size column to avoid this
problem, proportionally reducing other columns.
Thanks