-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering bug in week and month views #36
Comments
I'm also encountering this too (seen in versions 0.9.7 & 0.9.8). Any suggestions very welcome :-) |
Changing this line to the following seems to (kind of) solve the problem: let slots = dates.diff(first, last, 'day') + 1; // The '+ 1' is new This is pretty hacky and I'm quite sure it isn't the correct solution. I suspect it is more to do with how the last day of the week is being specified, or something in that vague region. |
Actually the bug is visible on the demo pages! |
Looks like this is trying to resolve a similar bug: SlavaKvak@a359db3 |
Hi,
The row segment are rendered too short when I create an event spanning over an entire month:
This behavior is also reproduced in the week view.
I have tried to look up the code for the possible error but I could not find it.
I produced this bug with version 0.9.8
I use
react
0.14.7My browser is chrome version 48.0.2564.97
If you don't have time to look it up, I take any pointer to help out :)
Thank you for this superb react component!
The text was updated successfully, but these errors were encountered: