Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Slider > Slider broken in IE8
Telerik MVC Extensions are no longer supported (see this page for reference). In case you have inquiries about Kendo UI Complete for ASP.NET MVC, post them in the pertinent Kendo UI forums.

Not answered Slider broken in IE8

Feed from this thread
  • Dustin avatar

    Posted on Dec 28, 2011 (permalink)

    So I'm using the following markup for razor...

    @(
        Html.Telerik().Slider<double>()
            .Name("sliderQuestionInstance_" + Model.Id)
            .Min(1.00)
            .Max(5.00)
            .LargeStep(1.00)
            .SmallStep(1.00)
            .Orientation(SliderOrientation.Horizontal)
            .ShowButtons(false)
            .TickPlacement(SliderTickPlacement.Both)               
    )

    Which generates the following html...

    <input id="sliderQuestionInstance_2783" max="5" min="1" name="sliderQuestionInstance_2783" step="1" type="range" value="1" />
     
    jQuery('#sliderQuestionInstance_2783').tSlider({increaseButtonTitle:'Increase', decreaseButtonTitle:'Decrease', showButtons:false, enabled:true, val:1, smallStep:1, largeStep:1, minValue:1, maxValue:5});

    JQuery version is 1.5.1.  This code works perfectly in FF, Chrome, IE7 and IE9 but not IE8.  The page loads in IE8, and the slider appears, but the ticker is stuck near 1 and when I attempt to move it, I get an undefined tooltip.  The ticker is stuck at 1 or 5, nothing between.  IE developer tools show no error in the console.  Anyone see this or have an idea how to fix it?



  • Daniel Daniel admin's avatar

    Posted on Dec 29, 2011 (permalink)

    Hi Dustin,

    I tried to reproduce the problem but the Slider works fine on my side. I attached a screenshot and the project used to generate the page. Could you check it and see if I missed something?

    Greetings,
    Daniel
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Slider > Slider broken in IE8
Related resources for "Slider broken in IE8"

ASP.NET MVC Slider Features  |  Documentation  |  Demos  |  Telerik TV ]