Rad Slider does not work very well in Safari. Since I am a PC user, I only have access to Safari 3, but I can confirm by those that have macs this also happens in the latest version of Safari 2.
In safari, however the page creeps up to the top. Its more of a visual, but its definitely a bug.
Any thoughts?
I have submitted this as a support ticket as well, but I noticed the problems on the telerik demo examples as well, so I figured I'd reach out to the community as well for a solution.
I used this simple example:
| <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TelerikSliderDemo.aspx.cs" |
| Inherits="TelerikSliderDemo" %> |
| <%@ Register Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
| Namespace="System.Web.UI" TagPrefix="asp" %> |
| <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head runat="server"> |
| <title>Untitled Page</title> |
| </head> |
| <body> |
| <form id="form1" runat="server"> |
| <div> |
| <asp:ScriptManager ID="ScriptManager1" runat="server"> |
| </asp:ScriptManager> |
| <div style="height:1000px;">Big block of text, other stuff, maybe tables, other telerik controls, and images.</div> |
| <telerik:RadSlider ID="RadSlider1" MinimumValue="1" MaximumValue="10" SlideStep="1" |
| runat="server" /> |
| </div> |
| </form> |
| </body> |
| </html> |
when viewed in IE or FF, this works fine. Â You scroll down, find the slider, use it; it works fine.
In safari, however the page creeps up to the top. Its more of a visual, but its definitely a bug.
Any thoughts?
I have tried forcing the window.resizeTo to stay down there, but it doesn't work very well.