Opened 14 years ago
Closed 14 years ago
#8988 closed defect (fixed)
Task timelines don't span the due date
| Reported by: | Ryan J Ollos | Owned by: | Chris Nelson |
|---|---|---|---|
| Priority: | normal | Component: | TracJsGanttPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I think this is a defect, though it could be by design. If I have a task that spans 2 days, say 07/14 and 07/15, it is only shown in the Gantt chart as spanning 07/14. Also, a tasks with equal start and end dates doesn't span that one day.
The task in the first circle should span 1 day. The task in the second circle should span two days.
I ran into a similar issue and implemented a patch for Trac a while back (t:#9582). The issue was that a milestone became overdue at 12:01 am on it's due date. The patch made the milestone overdue at 6:01 pm on the due date.
I can submit a fix for this over the coming weekend.
Attachments (1)
Change History (6)
Changed 14 years ago by
| Attachment: | TasksDontSpanDueDate.png added |
|---|
comment:1 follow-up: 2 Changed 14 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 14 years ago by
Replying to ChrisNelson:
We fixed this locally and I thought we'd merged our development branch to the TH branch. I can look into it.
I'm still running version 0.7 of the plugin and haven't looked at what went into version 0.8. I'll upgrade today and report back.
comment:3 Changed 14 years ago by
I'm running 0.8 now and still see this issue. Thanks for looking into this!
comment:5 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
This is resolved for me now. Thanks!




Replying to rjollos:
We fixed this locally and I thought we'd merged our development branch to the TH branch. I can look into it.
IMHO, this is a rendering issue and needs to be solved in the presentation (JavaScript) layer. That's what we did.