Our pure JavaScript Scheduler component


Post by alex.tsyg@gmail.com »


Post by mats »

Reproduced, thanks for the report! We'll get this fixed shortly. https://github.com/bryntum/support/issues/203

Post by alex.tsyg@gmail.com »

Cool. And there is a related issue (I guess). The event doesn't get selected If it is out of the viewport and you try to select it trough API:
    
    currentScheduler.selectEvent(event);
    currentScheduler.scrollEventIntoView(event, {
      focus: true,
      animate: true,
    });

Post Reply