Our state of the art Gantt chart


Post by kosmos »

Hello,
When editing duration in table it goes to infinity
based on react profiler no re-reanders are happening

here is a video of these
https://youtu.be/CBS-vATVFN0

there in nothing special configured on these columns
and i tried commenting all of my custom setting. nothing helped

            { field: "startDate", text: "Start", autoWidth: true, type: "startdate", format: 'DD.MM.YYYY' },
            { field: "endDate", text: "Finish", autoWidth: true, type: "enddate", format: 'DD.MM.YYYY' },
            { field: "duration", text: "Duration", autoWidth: true, type: "duration" },

and also there is an exception sometimes when resizing Gantt(in the end of video)

what can cause these behavior?
any suggestions are welcome :)

maybe performance log can help somehow

8.png
8.png (144.78 KiB) Viewed 99 times

Post by marcio »

Hey kosmos,

Thanks for the report. I was able to reproduce the editor error and created a ticket to fix that https://github.com/bryntum/support/issues/8798

Regarding the resizing, I tried to reproduce it on our demo here https://bryntum.com/products/gantt/examples/basic/ but couldn't reproduce, do you have a sample project for us to check/debug?

Best regards,
Márcio


Post by ghulam.ghous »

Hi Kosmos,

As a workaround for the duration field goes to infinity issue until the fix is release, you can remove the field: duration setting from the duration column and it will work as expected.

Regards,
Ghous


Post Reply