Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Sliderextender not rendering properly in Mozilla

56 views
Skip to first unread message

foton

unread,
Oct 2, 2009, 10:23:01 AM10/2/09
to
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 can't 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>

Bas Bloemink

unread,
Aug 24, 2011, 9:44:07 AM8/24/11
to
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

Bas Bloemink

unread,
Aug 24, 2011, 9:45:20 AM8/24/11
to
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

0 new messages