This is a migrated thread and some comments may be shown as answers.

Selectable - Focus

6 Answers 122 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 06 Aug 2013, 01:12 PM
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

6 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 08 Aug 2013, 06:56 AM
Hello Nick,

 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?
0
Atanas Korchev
Telerik team
answered on 08 Aug 2013, 12:46 PM
Hello Nick,

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
Nikolay Rusev
Telerik team
answered on 15 Oct 2013, 01:48 PM

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!
Tags
Scheduler
Asked by
Nick
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Nick
Top achievements
Rank 1
Matt Dufrasne
Top achievements
Rank 1
Nikolay Rusev
Telerik team
Share this question
or