Defect #32889
Responsive layout for issue tree and issue relation on issue page is broken
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI - Responsive | |||
Target version: | 4.1.1 | |||
Resolution: | Fixed | Affected version: | 4.1.0 |
Description
Related issues
Associated revisions
Move style to css (#32889).
Patch by Marius BALTEANU.
Split subtasks/relations information into 5 columns (#32889).
Patch by Marius BALTEANU.
History
#1
Updated by Marius BALTEANU over 2 years ago
- File relations.png added
- Description updated (diff)
#2
Updated by Marius BALTEANU over 2 years ago
- Related to Feature #25540: Unify fields of subtasks and related issues on issue page added
#3
Updated by Marius BALTEANU over 2 years ago
- Related to Defect #21775: Field "Done" from issue subtasks table overlaps the layout in responsive mode, width 400 added
#4
Updated by Marius BALTEANU over 2 years ago
- Subject changed from Responsive layout for issue tree and issue relation is broken to Responsive layout for issue tree and issue relation on issue page is broken
#5
Updated by Marius BALTEANU over 2 years ago
- File move_style_from_view_to_css.patch
added
Until we decide how the fix should look, I'm attaching a patch that moves the hardcoded width: 50%
style from view files to application.css
and changes some properties in responsive.css
in order to drop the !important
rule.
#6
Updated by Go MAEDA over 2 years ago
- Target version set to 4.1.1
Setting the target version to 4.1.1.
#7
Updated by Marius BALTEANU over 2 years ago
- File 5_columns.png added
- File 3_columns.png added
- File 0001-Split-on-5-columns.patch
added
We can revert the old behaviour by hiding the start date and due date or we can show all other columns on 5 columns layout instead of 3.
Old layout with 3 columns and start date and due date hide:
5 columns layout:
Regardless the option, I think we should show the Assignee column before Start date.
For now, I'm attaching the patch with 5 columns layout.
#8
Updated by Jean-Philippe Lang about 2 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.