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

RadSlider in Safari

1 Answer 71 Views
Slider
This is a migrated thread and some comments may be shown as answers.
mdoyle
Top achievements
Rank 1
mdoyle asked on 31 Aug 2007, 02:37 PM
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.

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.

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 03 Sep 2007, 02:42 PM
Hello mdoyle,
I already answered your question in the support thread, but will place the information here as well, so that it is available to all that may run into the same problem:

******************************************************

We have not yet fully tested our controls under all popular browsers and I am afraid that Safari is one of them. However, we will do this for the official release of the Prometheus suite and will fix any issues that may rise.

******************************************************

Regards,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Slider
Asked by
mdoyle
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or