Our state of the art Gantt chart


Post by Qwerty »

Steps to reproduce:

  • Disable header menu via gantt features config "headerMenu: false"
  • Reorder rows. Notice how some of the visual changes like the red line are not present

Errors in console:

Uncaught TypeError: headerMenu.hideContextMenu is not a function ---- RowReorder.js:261

I was able to see this issue on the baselines demo.


Post by alex.l »

Hi Qwerty,

I tried to reproduce it in our baselines example here: https://bryntum.com/examples/gantt/baselines/
I've added headerMenu : false into features config and reordered rows. All works well to me.
Could you please check again and let us know if any extra manipulations required to reproduce this?

All the best,
Alex

All the best,
Alex


Post by Qwerty »

I just tested this in Chrome, Safari, and Firefox on macOS and I was able to see the issue on all of them. The task can be picked up and dropped just fine but there is a console error and the orange line showing the drop location and the arrow showing the new parent are missing.

In chrome on the baselines demo the error I see is:

Uncaught TypeError: headerMenu[_0x1a0d(...)] is not a function

Post by alex.l »

Hi Qwerty,

Reproduced now, thanks for the report, here is a ticket to track: https://github.com/bryntum/support/issues/2026

All best,
Alex

All the best,
Alex


Post Reply