[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

Re: Sliderextender not rendering properly in Mozilla

Bas Bloemink

8/24/2011 2:44:00 PM

Hi,
I know your post is quite old but I was wondering if you ever found the solution to your problem?

I have the same problem:
slider is not working in FireFox but does work after page reload (F5).

Thanks in advance!

> On Friday, October 02, 2009 10:23 AM foton wrote:

> Hello, The following renders properly in IE8 but in Mozilla Firefox, when the
> page first loads 2 the slider handle appears at the far left and cannot be
> scrolled. When trying to scroll a textbox briefly appears. A single refresh
> of the page corrects the problem. Does anyone know why this happens and/or
> have a solution? Thanks.
>
> <%@ Page Language="VB" AutoEventWireup="false" CodeFile="slider.aspx.vb"
> Inherits="GB2_slider" %>
> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
> TagPrefix="cc1" %>
> <!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>
> <script type="text/javascript">
>
> function pageLoad() {
> }
> </script>
>
>
>
>
> </head>
> <body>
> <form id="form1" runat="server">
> <div>
> <asp:ScriptManager ID="ScriptManager1" runat="server"
> EnablePartialRendering="true"/>
> <div id="divSlider" runat="server">
> <br /><br />Miles Radius (adjust with slider):
> <cc1:SliderExtender id="Slider2" runat="server"
> Minimum="0.1" Maximum="10" Decimals="1" EnableHandleAnimation="true"
> RaiseChangeOnlyOnMouseUp="true" TargetControlID="radius"
> BoundControlID="lblSlider2" HandleCssClass="sliderHandle"
> Length="350"></cc1:SliderExtender>
>
> <asp:Label ID="lblSlider2" runat="server"
> Text="Label"></asp:Label>
> <asp:TextBox ID="radius" runat="server" Text="5"
> style="height:50px; width:300px;"></asp:TextBox>
> </div>
> </div>
> </form>
> </body>
> </html>



1 Answer

Bas Bloemink

8/24/2011 2:45:00 PM

0

Hi,

I know your post is quite old but I was wondering if you have ever found the solution?

I have the same problme:
Slider is not working in Firefox but does work after page reload (F5).

Thnaks in advance!

> On Friday, October 02, 2009 10:23 AM foton wrote:

> Hello, The following renders properly in IE8 but in Mozilla Firefox, when the
> page first loads 2 the slider handle appears at the far left and cannot be
> scrolled. When trying to scroll a textbox briefly appears. A single refresh
> of the page corrects the problem. Does anyone know why this happens and/or
> have a solution? Thanks.
>
> <%@ Page Language="VB" AutoEventWireup="false" CodeFile="slider.aspx.vb"
> Inherits="GB2_slider" %>
> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
> TagPrefix="cc1" %>
> <!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>
> <script type="text/javascript">
>
> function pageLoad() {
> }
> </script>
>
>
>
>
> </head>
> <body>
> <form id="form1" runat="server">
> <div>
> <asp:ScriptManager ID="ScriptManager1" runat="server"
> EnablePartialRendering="true"/>
> <div id="divSlider" runat="server">
> <br /><br />Miles Radius (adjust with slider):
> <cc1:SliderExtender id="Slider2" runat="server"
> Minimum="0.1" Maximum="10" Decimals="1" EnableHandleAnimation="true"
> RaiseChangeOnlyOnMouseUp="true" TargetControlID="radius"
> BoundControlID="lblSlider2" HandleCssClass="sliderHandle"
> Length="350"></cc1:SliderExtender>
>
> <asp:Label ID="lblSlider2" runat="server"
> Text="Label"></asp:Label>
> <asp:TextBox ID="radius" runat="server" Text="5"
> style="height:50px; width:300px;"></asp:TextBox>
> </div>
> </div>
> </form>
> </body>
> </html>


>> On Wednesday, August 24, 2011 9:43 AM Bas Bloemink wrote:

>> Hi,
>>
>> I know your post is quite old but I was wondering if you ever found the solution to your problem?
>>
>>
>>
>> I have the same problem:
>>
>> slider is not working in FireFox but does work after page reload (F5).
>>
>>
>>
>> Thanks in advance!