Actions
Defect #33220
closedParent task subject column in gantt is not fully displayed when the column is widened
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The Parent task subject is broken when the width of the column is wider.

Files
      
      Updated by Jaebok Oh over 5 years ago
      
    
    Changing ID as shown below will resolve the issue.
parent.subject -> parent_subject
      
      Updated by Yuichi HARADA over 5 years ago
      
    
    - File gantt-column-stretched.png gantt-column-stretched.png added
 - File 33220.patch 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.

      
      Updated by Go MAEDA over 5 years ago
      
    
    - File 33220-v2.patch 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_classtocolumn_namebecause 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)
 
      
      Updated by Go MAEDA over 5 years ago
      
    
    - Target version changed from Candidate for next minor release to 4.1.2
 
Setting the target version to 4.1.2.
      
      Updated by Go MAEDA over 5 years ago
      
    
    - Subject changed from The Parent task subject is broken when the width of the column is wider. to Parent task subject column in gantt is not fully displayed when the column is widened
 
      
      Updated by Go MAEDA over 5 years ago
      
    
    - Status changed from New to Closed
 - Assignee set to Go MAEDA
 - Resolution set to Fixed
 
Committed the patch. Thank you.
Actions