Page 1 of 1

[REACT] Event select bug.

Posted: Tue Jan 14, 2020 11:10 am
by mtubisz
Hello !

Before event click (not selected): https://ibb.co/VgPGxQz
After event click (selected): https://ibb.co/GMNmZHR

As you can see timeaxis dissapears when I select event placed on the edge of scheduler. Is there any solution for this ?

I use version 3.0.0 of Scheduler.

I wanted to disable selection for now, because I don't need this feature right now but this code doesn't work.
<BryntumScheduler
eventSelectionDisabled = {true}
/>
Thanks for your time,
mtub

Re: [REACT] Event select bug.

Posted: Tue Jan 14, 2020 11:32 am
by mats
This is fixed in the next version of our product, you can download a working nightly build in our customer zone already: https://customerzone.bryntum.com/

Re: [REACT] Event select bug.

Posted: Tue Jan 14, 2020 12:36 pm
by mtubisz
Thanks mats ! :)

Re: [REACT] Event select bug.

Posted: Wed Jan 15, 2020 1:51 pm
by mtubisz
Mats, now I noticed that my filters and sorting and grouping on resources don't work (default and custom). I updated back scheduler to version 2.3.0 and it works properly. Do you know about this issue ?