Nasty bug in Gantt chart milestone placement

0 votes
asked Jun 9, 2020 in Bug by chillin (180 points)
edited Jun 9, 2020 by chillin
Milestone placement is completely wrong in this example (happens with latest 1.2020.12).

@startgantt
scale 2.0
printscale monthly
Project starts the 1st of May 2020

[TASK1] lasts 12 weeks
[TASK2] lasts 4 weeks
[MS1] happens at 0 days after [TASK2]'s end

[TASK1] -> [TASK2]
@endgantt
commented Jun 9, 2020 by Serge Wenger Work (15,620 points)

As workaround, put milestone after dependency

:

@startgantt

[TASK1] lasts 12 days
[TASK2] lasts 4 days
[MS1a] happens at 0 days after [TASK2]'s end
[TASK1] -> [TASK2]
[MS1b] happens at 0 days after [TASK2]'s end

@endgantt

commented Jun 9, 2020 by chillin (180 points)
Thanks for the workaround, but in my case the real chart is a lot more complex and I cannot get it to render properly if I change the order as you suggested.

It also would become quite messy because in practice you would want to keep the inter-activity dependencies separate from the activity-related data.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...