Our pure JavaScript Scheduler component


Post by pychen »

Hi,

We found one issue suspect that the scheduler does not refresh time-range in some condition.

After init scheduler, I try to drag one resource up and then down but not release mouse, after around 3 - 5 times, it seems the whole row does not render the time-range and event bar, and if scroll the window up-down, the row will render right again.

Below screenshot shows issue got
Image

Below screenshot shows correct rendered row
Image

Is there a way to refresh current viewable window immediately?

we used this to render the available timing

 this.scheduler.resourceTimeRangeStore.data = pData;
 

Post by tasnim »

Hi,
Could you please attach the images again cause it's not viewable? and also could you please describe the steps to reproduce it?


Post by pychen »

Hi Tasnim,

Please check attached mp4 download/file.php?mode=view&id=17801, see if you can get the steps?

thanks.

Attachments
drag-resource.mp4
(7.71 MiB) Downloaded 77 times

Post by tasnim »

Sorry, Still not enough information to reproduce it. Please try to reproduce it with one of our online examples here: https://bryntum.com/examples/scheduler/


Post Reply