Our state of the art Gantt chart


Post by S.R. »

Hi,

I observed the following problem:
Having two tasks which are linked via start-to-start dependency.
The predecessor starts on Monday while the weekend is non-working time.
Therefore the successor starts also on Monday and the dependency is drawn over the weekend.

In addition I specified taskNonWorkingTime.mode = "row".

In this case a tooltip for the dependency is not visible and a double click on the dependency to open the editor is also not possible.
See also attached screenshot for clarification:
Image

Does a workaround or fix exist for this problem?

Thanks in advance!

Attachments
DependencyOnWeekend.PNG
DependencyOnWeekend.PNG (440.94 KiB) Viewed 85 times

Post by marcio »

Hey S.R.

Thanks for reaching out.

I was able to reproduce that and created a ticket to fix it. https://github.com/bryntum/support/issues/8832

As a workaround, you can add the following CSS rule

.b-sch-canvas.b-sch-dependencies-canvas {
	z-index: 7;
}

Best regards,
Márcio


Post by S.R. »

Workaround works fine.
Thanks!


Post Reply