When making the scheduler selectable the Kendo framework makes a call to focus the control. This causes different behavior amongst browsers:
Chrome/IE cause the browser window to scroll so that the scheduler is in view while FireFox does not. The call to focus is causing us some issues - is the focus call important in this case? If we were to remove the call would this cause us issues?
Note: This can be exhibited in the following demo http://demos.kendoui.com/web/scheduler/selection.html
Chrome/IE cause the browser window to scroll so that the scheduler is in view while FireFox does not. The call to focus is causing us some issues - is the focus call important in this case? If we were to remove the call would this cause us issues?
Note: This can be exhibited in the following demo http://demos.kendoui.com/web/scheduler/selection.html
6 Answers, 1 is accepted
0
Hello Nick,
Atanas Korchev
Telerik
We are aware of this problem and will try to fix it for the upcoming service pack (due in Mid September). This is the time when we plan to remove the "beta" tag from the scheduler.
Regards,Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Nick
Top achievements
Rank 1
answered on 08 Aug 2013, 12:37 PM
Thank you Atanas.
Are there plans to expose more events such as click or selected?
Are there plans to expose more events such as click or selected?
0
Hello Nick,
Atanas Korchev
Telerik
Yes, we will definitely expose selection related events.
Regards,Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Matt Dufrasne
Top achievements
Rank 1
answered on 12 Oct 2013, 12:22 AM
Is there a work around for Chrome / Internet Explorer so that the behavior mimics Firefox and doesn't scroll automatically?
0

Nick
Top achievements
Rank 1
answered on 15 Oct 2013, 12:25 PM
The only work around we found was to set the height of the control to a size that fits entirely within the browser window. This will cause the schedule to be scrollable itself but the browser will no longer try refocus your window since the entire control is now on the screen.
0
We need to focus Scheduler wrapper element when selectable feature is enabled and this is causing the odd scroll. Unfortunately we don't have control over this browser behavior and cannot prevent it.
Regards,Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!