Defect #33220
Parent task subject column in gantt is not fully displayed when the column is widened
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Gantt | |||
Target version: | 4.1.2 | |||
Resolution: | Fixed | Affected version: | 4.1.0 |
Description
The Parent task subject is broken when the width of the column is wider.
Associated revisions
Parent task subject column in gantt is not fully displayed when widened (#33220).
Patch by Yuichi HARADA.
History
#1
Updated by Jaebok Oh about 1 year ago
Changing ID as shown below will resolve the issue.
parent.subject -> parent_subject
#2
Updated by Yuichi HARADA about 1 year ago
- File gantt-column-stretched.png added
- File 33220.patch
added
Jaebok Oh wrote:
Changing ID as shown below will resolve the issue.
parent.subject -> parent_subject
+1
I think so, too. In the attached patch, the Parent task subject can be stretched properly.
#3
Updated by Jaebok Oh about 1 year ago
Good job! :-)
#4
Updated by Go MAEDA 12 months ago
- File 33220-v2.patch
added
- Target version set to Candidate for next minor release
I have slightly modified the patch.
- Changed the variable name from
css_class
tocolumn_name
because it is used not only for CSS classes but also for ids - Changed the way of getting the "parent_subject" format string in order to reduce method calls (5 to 3)