Hi, I'm seeing different behaviors for Chrome, Firefox, and IE with the Slider widget. Touch gestures (dragging the thumb or clicking on the track) work for all three browsers. But mouse gestures are only working for IE and Firefox. With Chrome, clicking or dragging with the mouse does nothing to move the thumb.
To keep it simple and tease out the issue, I've got an unbound slider.
Windows 8 v6.2 b9200
Chrome: 23.0.1271.97 m
IE: 10.0.9200.16466
Firefox: 17.0.1
I don't have any touch-enabling extensions installed in Chrome. I suspect this is a bug. Any ideas or workarounds? THANKS!
To keep it simple and tease out the issue, I've got an unbound slider.
<
head
>
@Styles.Render("~/Content/kendocss")
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/kendojs")
</
head
>
<
body
>
<
div
id
=
'slider'
></
div
>
<
script
>
$(function () { $("#slider").kendoSlider() });
</
script
>
</
body
>
Windows 8 v6.2 b9200
Chrome: 23.0.1271.97 m
IE: 10.0.9200.16466
Firefox: 17.0.1
I don't have any touch-enabling extensions installed in Chrome. I suspect this is a bug. Any ideas or workarounds? THANKS!