We've run into a minor problem with the Kendo slider. When navigating to a new view, if that view has a slider (or multiple sliders) on it that are in an element that is not visible, the user can not change the value of the slider with the mouse. You can use the left/right arrows to change the value (and the events fire), but the slider won't move.
If you then navigate off of the view, and then back onto that same view, the slider then works. I've put a little demo together in the Dojo that illustrates what I'm talking about:
- Click "Load Secondary View:
- Click "Show Panel 2"
- Try to move the slider with the mouse, and then try with the keyboard arrows
- Click "Back"
- Click "Load Secondary View"
- The slider now works, and has the value that was previously "set" by the arrow keys.
Any suggestions as to a workaround?