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

Problem with Fi

2 Answers 46 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Miguel
Top achievements
Rank 1
Miguel asked on 06 Jul 2012, 11:32 AM
Hello, I have a rotator which it implements a ascx, and in the ascx there is a linkbutton that it opens a tooltip who implements other ascx.

It works fine in IE, but in Firefox and Chrome the button doesn't work, it is disabled.

<telerik:RadRotator ID="RadRotator1" runat="server" Width="900px" Height="300" ItemWidth="450px"
ItemHeight="300" ScrollDuration="500" RotatorType="Buttons" OnDataBound="RadRotator1_DataBound"
OnClientItemShown="OnClientItemShown">
    <ItemTemplate>
         <uc1:Component ID="Component0" runat="server"></uc1:Component>
    </ItemTemplate>
  
    <ControlButtons LeftButtonID="leftArrow" RightButtonID="rightArrow" />
</telerik:RadRotator>

Ascx
<telerik:RadToolTipManager ID="RadToolTipManager1" OffsetY="-1" HideEvent="LeaveToolTip"
            Width="800" Height="400" runat="server" EnableShadow="true"
            OnAjaxUpdate="OnAjaxUpdate" RelativeTo="BrowserWindow"
            Position="TopCenter" BackColor="#D6D6D6" ShowEvent="OnClick"
            Modal="True" ManualCloseButtonText="Cerrar" Skin="Default"
        ManualClose="True" AutoCloseDelay="2000000" >
               <TargetControls>
                   <telerik:ToolTipTargetControl IsClientID="False"
                       TargetControlID="btnVer" Value="" />
               </TargetControls>
         </telerik:RadToolTipManager>
 
<asp:LinkButton ID="btnVer" runat="server" >
                        <img id="Img1" alt="" src="~/Imagenes/Botones/btn_ver_anuncio.png" runat="server" border="0" />
                    </asp:LinkButton>

2 Answers, 1 is accepted

Sort by
0
Miguel
Top achievements
Rank 1
answered on 06 Jul 2012, 11:35 AM
Sorry, the title was Problem with Firefox/Chrome.
0
Niko
Telerik team
answered on 09 Jul 2012, 02:05 PM
Hello Miguel,

After extended testing I wasn't able to reproduce the issue that you have stumbled upon. Could you, please, compile a sample runnable project so that I can be sure both of us are using the same setup that reproduces the behavior?

Looking forward to your comments and sample project.

Greetings,
Niko
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Rotator
Asked by
Miguel
Top achievements
Rank 1
Answers by
Miguel
Top achievements
Rank 1
Niko
Telerik team
Share this question
or