Our pure JavaScript Scheduler component


Post by tomerPlanit »

Hi,
I work with scheduler 4.3.3 and angular 13.

I found that if the infiniteScroll scheduler property is true, the zoomToSpan() not work currently.

For example I use this function like this in basic example:

 myZoom(){
        this.schedulerComponent.instance.zoomToSpan({
        startDate:new Date('2017-01-02T00:00:00'),
        endDate:new Date('2017-01-02T23:59:00')
        })

Add zip example:

Attachments
basic.rar
(474.93 KiB) Downloaded 37 times

Post by alex.l »

Looks like a bug. I've opened a ticket to fix that: https://github.com/bryntum/support/issues/4070

Thank you for the report!

All the best,
Alex


Post Reply