You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When limiting the time range of a calendar by setting max to a full hour, e.g. max={new Date(2018,1,1,20,0,0)}, the day and week views do no longer align the events properly:
• the time gutter renders an additional hour slot
• the events are no longer aligned with the gutter
What's the expected behavior?
That the events are rendered properly :-)
Steps to reproduce
In the examples file demos/selectable.js, insert line 42 as
max={new Date(2018,1,1,20,0,0)}
The day and week views' time gutters render an additional hour, events are not aligned.
max={new Date(2018,1,1,19,59,59)}
works (visually).
The text was updated successfully, but these errors were encountered:
eschreiner
changed the title
Bug - day and week views breaks when setting max time to a full hour
day and week views break when setting max time to a full hour
Oct 18, 2018
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Do you want to request a feature or report a bug?
a bug :-(
What's the current behavior?
When limiting the time range of a calendar by setting max to a full hour, e.g.
max={new Date(2018,1,1,20,0,0)}
, the day and week views do no longer align the events properly:• the time gutter renders an additional hour slot
• the events are no longer aligned with the gutter
What's the expected behavior?
That the events are rendered properly :-)
Steps to reproduce
In the examples file
demos/selectable.js
, insert line 42 asThe day and week views' time gutters render an additional hour, events are not aligned.
works (visually).
The text was updated successfully, but these errors were encountered: