I'm seeing some unexpected behaviour on the Scheduler running in Safari (on Mac OSX and iOS). If I have the initially selected view set to "month" and selectable: true, when I change the view the date/range displayed in the header is set to the beginning of the displayed month range. For example, with today being August 15, 2016, when I change the view to "day", the calendar displays July 31 instead of August 15. Similarly, if I switch from "month" to "week", the displayed week is "July 31 - August 6. If I don't have selectable set to true, I see the expected behaviour (i.e. display the current day/week). If I just select the Month option (i.e. no switch necessary) the displayed month changes to July.
I can reproduce this behaviour using the default demo (see, for example, http://dojo.telerik.com/@mrosvick/uBIKa/2). I don't see this behaviour on other browsers/platforms. Why is this occurring?