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

Slider handle will not slide in IE9

3 Answers 29 Views
Slider
This is a migrated thread and some comments may be shown as answers.
mcpdinkansas
Top achievements
Rank 1
mcpdinkansas asked on 08 Jul 2011, 07:12 PM
Version: 2011.1.519.35

When you left click down and hold on the slider handle and move your mouse left or right the handle will not move. If you click in front or behind the handle on the slide scale the handle will move. This only happens in IE9.

Can you confirm replication of this issue? If so, when can we expect a fix?

3 Answers, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 12 Jul 2011, 12:23 PM
Hello,

After extended testing I was not able to reproduce the issue that you are reporting. Could you, please, provide the setup you have implemented or better have it incorporated in a fully-runnable sample project so that I can investigate in depth the cause of the issue.

Looking forward to your comments and sample code.

Kind regards,
Niko
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Andrei
Top achievements
Rank 1
answered on 02 Aug 2011, 08:02 PM
Same issue here, with more details:

1. IE9 is in standards mode
2. .Net 2.0
3. Sliders are inside a Web User Control placed inside an AjaxLoadingPanel
4. jQuery is loaded
5. AjaxControlToolkit is loaded
6. Telerik.Web.UI.dll version is 2010.2.713.20
7. Works fine in IE8 standards mode and in FireFox 5

<%@ Register TagPrefix="twui" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<twui:RadSlider runat="server" ID="slider"
 MinimumValue="0"
 MaximumValue="5"
 Visible="false"
 SmallChange="1"
 LargeChange="2"
 ShowDecreaseHandle="true"
 ShowIncreaseHandle="true"
 LiveDrag="false"
 EnableEmbeddedBaseStylesheet="true"
 RegisterWithScriptManager="true"
 OnClientValueChanged="func1"
 OnClientLoad="func2"
/>
0
Niko
Telerik team
answered on 04 Aug 2011, 03:08 PM
Hi Andrei,

IE9 is officially supported by the Telerik ASP.NET AJAX RadControls since Q1 2011. Please, review the release notes for Q1 2011, especially the first point under Common for all controls - Added: IE 9 RTM support.

Hope this helps.

Greetings,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Slider
Asked by
mcpdinkansas
Top achievements
Rank 1
Answers by
Niko
Telerik team
Andrei
Top achievements
Rank 1
Share this question
or