Defect #37282
subtask isn't displayed correctly since 4.2.7
Status: | Confirmed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 4.2.8 | |||
Resolution: | Affected version: | 4.2.7 |
Description
I can't reproduce a screenshot with 4.2.6 but the subtask looks different / not good since 4.2.7 :
Related issues
History
#1
Updated by Go MAEDA about 1 month ago
Could you elaborate on what the problem is?
#2
Updated by Nono Nono about 1 month ago
The columns should be distributed evenly, currently there is a line break in every column because the assignee is split across two lines (can't be seen on the screenshot so you have to trust me on this one :)
I suppose it is just a CSS issue: fixing column widths
#3
Updated by Go MAEDA about 1 month ago
- File 37282-confirmed.png added
Nono Nono wrote:
The columns should be distributed evenly, currently there is a line break in every column because the assignee is split across two lines (can't be seen on the screenshot so you have to trust me on this one :)
Confirmed the issue.
#4
Updated by Go MAEDA about 1 month ago
- Status changed from New to Confirmed
#5
Updated by Go MAEDA about 1 month ago
Probably it is caused by source:trunk/public/stylesheets/application.css@21642#L570 in r21642 (#36453).
#6
Updated by Go MAEDA about 1 month ago
- File 37282-cjk.png added
The appearance is even worse if CJK ( Chinese / Japanese / Korean) characters are used in the assignee's name.
#7
Updated by Marius BALTEANU about 1 month ago
- Target version set to 4.2.8
#8
Updated by Go MAEDA about 1 month ago
- Related to Defect #36453: Issue subject overflow in subtasks and relations tables added
#9
Updated by Go MAEDA about 1 month ago
I think it would be good to revert r21642.
#10
Updated by Dmitry Makurin 29 days ago
- File 37282.patch
added
Attaching a patch. It adjusts subject width to 50% (as it was previous, wont take that much space) and fixes line breaks in the assigned_to column for CJK.