Calendar height bug in the 4.2 update?

Hi,

I never have seen this behaivor before, so I supose is since the last 4.2 update.

As you can see in the video, sometimes the height of the last row of the calendar doesn’t seem well calculated and some events are hidden.

Demo: youtube.com/watch?v=F1NJBlSymwE

Hi,
please provide a demo so we could check the problem locally

I’ve found the problem! It’s related to the new delay_render option. If I set it back to 0 (was 30) the scheduler is always showing ok.

Recently I had more problems with other scheduler views, and now I’ve seen that is a delay_render problem too. With delay_render set to 30 this was happening: youtu.be/BBGsTb3ft8Q
Setting it back to 0 all is working again.

I will try delay_render in the next releases. :unamused:

Hello,
seems like ‘delay_render’ conflicts with some extension of the scheduler, since it seems working correctly in basic example
docs.dhtmlx.com/scheduler/snippet/7842ee60

Please provide a demo that we could use to reproduce the problem - e.g. html page with the initialization code of the scheduler. We can’t reproduce bug using a video

I reproduced the last video on dimas.cat/demo/demo2.html

Ignore all the stuff. The important is the line 148 setting “scheduler.config.delay_render = 30;”. You can try to disable all filters and add only one.