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

Slider enable() - Bug

1 Answer 79 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Daniel Botero Correa
Top achievements
Rank 1
Daniel Botero Correa asked on 22 Apr 2012, 03:55 AM
Hello,

I found out two bugs in kendo slider,
The first one is when you enable an slider which is enable the slider become crazy. When you go up and after go down two or three times, Slider does what it wants. You have to do sometimes a lot of clicks, sometimes a few clicks, but normally you have a click and it increase the value slider and that is not a good behavior.

The second one is when a slider is disable and you want to move the "circle" (drag and drop to change value slider) that raise too many errors.

<input id="slider" class="balSlider" />
            <script>
 
            $(document).ready(function(){
                $("#slider").kendoSlider({
                                increaseButtonTitle: "Right",
                                decreaseButtonTitle: "Left",
                                min: 0,
                                max: 10,
                                value: 1,
                                smallStep: 1,
                                largeStep: 1,
                                tickPlacement:"both"
                            }).data("kendoSlider");
 
                var slider = $("#slider").data("kendoSlider");
 
                slider.enable();
            });
 
 
            </script>

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 24 Apr 2012, 03:58 PM
Hi Daniel,

I confirm that this is a bug and the bug is fixed. The bug fix will be included with the next official release of Kendo UI.

I have updated your points.

Kind regards,
Hristo Germanov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Slider
Asked by
Daniel Botero Correa
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or