Our pure JavaScript Scheduler component


Post by tagnm »

Hi,

We are working on our Event selection functionality.
I have been unable to find the event that stops Events becoming deselected when a click is initiated on the Scheduler (the empty space with no Events).

I tried forcing scheduleClick to return false. But that did not work. A eventSelectionChange with a action value of "clear" is still triggered.

Can you help me please?

NM


Post by tasnim »

Hi,

Unfortunately, it's not supported yet. I've opened a feature request for that. Here is the ticket https://github.com/bryntum/support/issues/6964

Good Luck,
Tasnim


Post by tagnm »

Thank you Tasnim, I will keep an eye on that request.


Post by tagnm »

I have circled back to this.
Based on reading the documentation, was this new feature implemented as "deselectAllOnScheduleClick"?
I can not see anything in the release documentation for v5.3.7

Using "deselectAllOnScheduleClick" set to true, does not unfortunately have the desired effect.


Post by marcio »

Hey,

That looks like a bug, created a ticket for that https://github.com/bryntum/support/issues/7289

Thanks for the report.

Best regards,
Márcio


Post by paul.manole »

I saw the ticket was closed now and I tested deselectAllOnScheduleClick myself and it worked.
The only way to deselect is to click and drag on an empty region.


Post by alex.l »

Hi Paul,

What is expected behaviour?

All the best,
Alex


Post by paul.manole »

alex.l wrote: Thu Aug 24, 2023 11:44 am

Hi Paul,

What is expected behaviour?

It worked as expected when I tested (see my previous reply). deselectAllOnScheduleClick seemed to be fixed now. We haven't implemented this in production yet but I don't expected any issues now. :)

Thanks for all your hard work!


Post Reply