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

Range Slider in IE8

1 Answer 56 Views
Slider
This is a migrated thread and some comments may be shown as answers.
paddy
Top achievements
Rank 1
paddy asked on 20 Aug 2009, 02:35 PM
Hi I have several range sliders. in IE8 only the selection end (MAX Value) handle can be dragged. the selection start (MIN VALUE) cannot.

when I have two sliders horizonatlly next to each other only the handle on the right slider can be dragged, is there any changes i need to make to get this to work?

i copied an example slider from your demo's and it had the same problem.

below is a very rough example of it not working

<div style="float:left">  
    <div style="width:220px;float:left">  
          
        <telerik:RadSlider runat="server" Width="200px" ID="RadSlider1" IsSelectionRangeEnabled="true" 
                        MinimumValue="0" MaximumValue="300" SmallChange="1" SelectionStart="0" SelectionEnd="300" 
                         AutoPostBack="false" 
                        ShowDecreaseHandle="false" ShowIncreaseHandle="false" > 
        </telerik:RadSlider></div>  
        <div style="width:220px;float:left">  
        <telerik:RadSlider runat="server" Width="200px" ID="RadSlider2" IsSelectionRangeEnabled="true" 
                        MinimumValue="0" MaximumValue="300" SmallChange="1" SelectionStart="0" SelectionEnd="300" 
                         AutoPostBack="false" 
                        ShowDecreaseHandle="false" ShowIncreaseHandle="false" ></telerik:RadSlider> 
</div> 
    </div> 

any help you can provide is appreciated.

Paddy

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 25 Aug 2009, 12:28 PM
Hi Paddy,
I was not able to reproduce the problem you describe with the version that you have specified that you use - 2009.1 402. Could you please test your page against the latest version of the Telerik.Web.UI assembly - 2009.2.701 and in case the problem persists, post here the code of a whole page that demonstrates the problem with the 2009.2.701 version.

Greetings,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Slider
Asked by
paddy
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or