Our powerful JS Calendar component


Post by codevlabs »

Dear Support,

Can you please have a look at this event and see if there is an issue with the missing 'All Day' label in Agenda view?

thanks.

Attachments
Agenda Issue 1.png
Agenda Issue 1.png (144.3 KiB) Viewed 83 times

Post by Animal »

The event you highlight is a zero duration event (known as a "milestone"), yet flagged as allDay : true, and it looks like this combination confuses the rendering.

The allDay flag usually takes precedence, so it should just show that in one date cell with the "All day" label to its left.

We'll fix it: https://github.com/bryntum/support/issues/10193


Post by Animal »

What version are you on? Because when I added the test to test the fix, it passed:

Screenshot 2024-10-11 at 06.33.17.png
Screenshot 2024-10-11 at 06.33.17.png (57.38 KiB) Viewed 65 times

Post by Animal »

I think 6.0.2 fixed this issue. When I checked ou the 6.0.1 tag and ran the test:

Screenshot 2024-10-11 at 06.41.22.png
Screenshot 2024-10-11 at 06.41.22.png (80.92 KiB) Viewed 65 times

Post Reply