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

Slider not Sliding

1 Answer 229 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Stephanie
Top achievements
Rank 1
Stephanie asked on 05 Aug 2015, 07:39 PM

Hello,

I'm currently having issues with the sliders not sliding in the KendoUI framework. In the AppBuilder Companion App and the In-Browser Client, you can slide the sliders at first, but if you click on the slider track to change the value, you can no longer slide the slider. I've tried these two different ways to instantiate the sliders:

    <input id="slider" data-role="slider" />

​and 

    <div id='slider'></div>
     <script>
         $(function () { $("#slider").kendoSlider() });
     </script>

I've also tried disabling the pointer-event on the slider-track. This does allow the user to keep sliding the draghandle, but disables the use of the sliders for the Windows Client.

 

Thank you for your help,

Stephanie

  

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 07 Aug 2015, 04:14 PM

Hello Stephanie,

We are aware of the unexpected behavior and have it logged in the GitHub issue tracker here. Please excuse us for the caused inconvenience.

Regards,
Dimiter Madjarov
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
Stephanie
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or