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

Slider doesn't slide with mouse gestures on Chrome / Windows 8; but touch gestures work

3 Answers 65 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Calvin
Top achievements
Rank 2
Calvin asked on 30 Dec 2012, 02:34 AM
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.

 

<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!

3 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 31 Dec 2012, 02:06 PM
Hello Calvin,

Are you able to reproduce such behavior with this jsbin?

http://jsbin.com/ucabiv/5/edit

Becase on Win 7 it is running fine with Chrome.

Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tyson
Top achievements
Rank 1
answered on 23 Jun 2014, 06:17 PM
It looks like this happens with Internet Explorer 11.
0
Hristo Germanov
Telerik team
answered on 25 Jun 2014, 07:05 AM
Hello Tyson,

This issue is already fixed and it will be included with the next official release scheduled for this week.

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Slider
Asked by
Calvin
Top achievements
Rank 2
Answers by
Petur Subev
Telerik team
Tyson
Top achievements
Rank 1
Hristo Germanov
Telerik team
Share this question
or