Skip to content
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

[BUG] Date selection issue with min/max props on calendar #18

Closed
ogyr opened this issue Dec 13, 2015 · 2 comments
Closed

[BUG] Date selection issue with min/max props on calendar #18

ogyr opened this issue Dec 13, 2015 · 2 comments
Labels

Comments

@ogyr
Copy link
Contributor

ogyr commented Dec 13, 2015

While min/max props on the calendar set the displayed time ranges correctly, the selected dates seem to be confined to the dates given in min/max as well (at least in Week/Day view).

This makes no sense as the dates in the calendar are not confined. Probably related to #17

From the docs it seems that the date part in min/max should have no effect.

@ogyr
Copy link
Contributor Author

ogyr commented Dec 13, 2015

There is also a performance problem when the dates in min/max props are separated by more than a couple months. The calendar becomes unusable due to lag, sometimes the script execution stops in Chrome Version 47.0.2526.80 (64-bit).

Of course, if dates in min/max props are ignored, this becomes a non-issue.

@jquense
Copy link
Owner

jquense commented Dec 13, 2015

yeah this is related to #17 as well, the min/max times are used, but the date parts are also blowing away the correct date.

@jquense jquense added the bug label Dec 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants