I have a task named ‘3" minus site access off road’ and the 3" causes the Gantt not to load at all on the client side. This task is fetched from the server and not created via UI. When I remove the " it loads fine. But no error is given on the client side, the Gantt just hangs.
Question is how to avoid this issue in the future - how to handle this character, are there more special characters that break the Gantt and how to get error from the client side?
Hello Villem,
DHTMLX Gantt is a Javascript library, so it runs inside the Javascript environment.
I don’t have any issues if I load the data from a Javascript object: https://snippet.dhtmlx.com/daqbcz0f
However, for JSON format, ' is not a valid way to save strings: