Hi,
Thanks for replying,
based on this snippet, The browser's behavior problem is prevented because the height field is removed in the kendoScheduler with selectable field set to true. As you can see, the widget is high enough that it is bigger than the current viewport, and when I click or select the event, the focus behavior is not triggered in Chrome and that is nice.
However, when you add height field and set it to "600", the browser's behavior will be there no matter if the widget is still in the same height as before when the height field is not set.
Are you sure there is no work around for this?
For comparison, here is the slight 2 different snippets:
snippet1 - the same snippet, no height is set and the problem does not occur (use chrome)
snippet2 - height is set to 600 and the problem occurs (use chrome)