Opened 14 years ago
Closed 14 years ago
#8533 closed defect (fixed)
Columns sometimes invisible
Reported by: | anonymous | Owned by: | Chris Nelson |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The summary of my tasks in some cases are long. If this the case the columns resource, duration, etc are invisible.
Is it possible to have a line break in the summary or a param for cutting the summary or a scroll bar for it?
In my case from the beginning of the 30th character the columns are disappear.
Attachments (2)
Change History (9)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Changed 14 years ago by
Attachment: | lost_columns.JPG added |
---|
Changed 14 years ago by
Attachment: | with_columns.JPG added |
---|
comment:3 Changed 14 years ago by
Yes, I know what you mean and I have it fixed here but it's tangled with other changes and I have to work out how to put it on TH.
comment:4 Changed 14 years ago by
(In [9891]) Truncate extra long task names (but show them as a tool tip). Refs #8533.
Also fix some style errors.
The Firefox web developer plugin noted the incorrect use of "=" in place of ":" in a "style=" value.
is not valid in CSS and the line was way too long.
Fix bad selector in CSS.
[http://stackoverflow.com/questions/4831482/what-does-mean-at-the-start-of-a-css-selector Stack Overflow] leads to [http://forums.devshed.com/css-help-116/new-hack-ie-double-dot-and-comment-hack-310475.html a comment] which says it's a dumb old IE hack.
Making ".." into "." at the start of each line seemed to have no bad effect (the Gantt viewed in IE still looks fine) and WB doesn't complain about the .css file any more.
Someone had already reported this as a jsGantt issue.
comment:5 Changed 14 years ago by
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I've done some work to clip the summary to a fixed, maximum width and have it show up in full as a tool tip if you hover the mouse pointer over the task. I haven't pushed that to TH yet.