Hi there,
I’m experiencing an issue with running the Gantt in Chrome when baselines are added. The same build and data work smoothly in Firefox, but it fails to load in any Chrome-based browser.
Hi there,
I’m experiencing an issue with running the Gantt in Chrome when baselines are added. The same build and data work smoothly in Firefox, but it fails to load in any Chrome-based browser.
Hello Adrean,
I couldn’t reproduce the issue in the following snippet:
https://snippet.dhtmlx.com/40bwoc5e
Probably, the issue is related to the Gantt configuration, but it is hard to suggest what might be wrong as I don’t see your code.
Please add your configuration to the following snippet and make sure that the issue is reproduced there:
Then, click on the Save
button and send me the link.
Or send me a ready demo with all the necessary JavaScript and CSS files so that I can reproduce the issue locally.
Hello Adrean,
We received your question in the support system, let’s continue our discussion there.
For everyone else. It seems the issue is related to the browser rendering. If an HTML element has a long width, and there is the border radius for the dashed or dotted border, Chrome starts lagging when scrolling the page.
Without the following style rules, it works correctly:
border-radius: 99px;
border: 1px dashed rgb(243,138,48);
https://snippet.dhtmlx.com/domekqwk
But this is not a Gantt issue, it works the same way with a few elements without Gantt:
https://snippet.dhtmlx.com/7pi205dt