Our state of the art Gantt chart


Post by peterlechner »

Hi,

I recognized that for the taskKeyDown and taskKeyUp event, the event parameter is always undefined.

gantt.on('taskKeyDown', ({ source, taskRecord, event }) => {
                        console.log(event);
});

Best Regards,
Peter


Post by Animal »

Thanks for the report. This is a bug. Here is the ticket: https://github.com/bryntum/support/issues/4033


Post Reply