-
Notifications
You must be signed in to change notification settings - Fork 31
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
Scheduler date() is incorrectly populated when using selectable=true #781
Comments
this is weird. why doesn't the date() change when I switch between two cells that are next to each other horizontally, while it does change when I select a cell further away?
this is interesting to see as well. I'm not sure what to make of this |
The exact same issue occurs in the kendo dojo as well, so it's not related to the bridge after all. It's very strange, the date doesn't update consistently when performing the same actions, and sometimes takes the end/start of an event.. |
It's easy to say now "I knew it", but I really expected this outcome 😏 |
I just filed an issue on their enterprise support channel:
it's very very funky behavior if you ask me.. :) I burned 3 hours trying to track this down... |
Good news, it's now an official bug :) |
Nice :) |
When making the scheduler selectable, if you select an empty cell or if you select an event, the scheduler's date() property is updated internally to reflect this selected date().
This works differently in standard kendo as it does in the bridge, causing a serious issue in our current project. Below are 2 gists, one for kendo and one for the bridge. Perform the following steps:
This is a serious issue for us because we sometimes refresh the scheduler's view, this causes the view to jump to the range from the event start date, which is very confusing to the end user.
https://gist.run/?id=9b0279895cd39c60ce2ab40d7763d815
https://dojo.telerik.com/AmAzIRaD
The text was updated successfully, but these errors were encountered: