vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
1.23k stars 108 forks source link

strange behaviuor with dayMaxEvents #182

Closed piotrm73 closed 1 year ago

piotrm73 commented 1 year ago

as you can see, there are days with just one event, but it's not in the DOM, instead link "show more" appears image

vkurko commented 1 year ago

Can it be a multi-day event?

piotrm73 commented 1 year ago

yep it is

vkurko commented 1 year ago

Then I guess this multi-day event starts let's say on 6 (czw.) and it is hidden there. That's why it is also hidden on 7, 8 and 9. I see no bug here.

piotrm73 commented 1 year ago

maybe it's no bug, but it looks strange :) anyway, I realize this may be difficult to improve

vkurko commented 1 year ago

If you have ideas on how this can be improved, I'm ready to consider them :smile:

vkurko commented 1 year ago

Just checked Google Calendar and it has the same behavior. So I'm closing this ticket for now.