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

RadTooltip not working in IE7 if RadWindowManager is present

1 Answer 25 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Vinayak Chitre
Top achievements
Rank 1
Vinayak Chitre asked on 18 Nov 2010, 10:56 AM
Hi,

Radtooltip does not work in IE7 or IE8 compatibility view if RadWindowManager is present on the page. Please find the code below.

 

 

 

<form id="form1" runat="server">
  
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
  
</telerik:RadScriptManager>
  
<telerik:RadWindowManager ID="RadWindowManagerMessageBoxes" runat="server">
  
<Windows>
  
<telerik:RadWindow Animation="Fade" Modal="true" ID="radWindow1"
  
runat="server" VisibleStatusbar="false" VisibleTitlebar="false">
  
</telerik:RadWindow>
  
  
</Windows>
  
</telerik:RadWindowManager>
  
<label><a href="#" id="aToolTipPromoCode" runat="server"> What's this?</a></label>
  
  
  
<telerik:RadToolTip TargetControlID="aToolTipPromoCode" ID="radToolTipFieldLevel" runat="server" RelativeTo="Element" 
  
ShowEvent="OnClick" Width="200" Height="150" HideEvent="LeaveTargetAndToolTip" Position="MiddleRight" Text="Text to be displayed in tooltip">
  
</telerik:RadToolTip>
  
  
</form>

Please help!

Thanks,
Vinayak

 

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 18 Nov 2010, 11:48 AM
Hi Vinayak Chitre,

 I prepared a test page based on your code and tested under IE8 in IE7 mode and under IE8 Compat View but in both cases when I click the target link the tooltip shows as expected. A possible reason for the problem you describe is a js error but with the code provided there is no such and also there are not any known issues in integration of RadToolTip and RadWindow.

I attached my test page to the thread for your reference, please modify it in order to be still fully runnable and to reproduce the problem and share the code here and once I am able to observe the problem on my side I will do my best to help.

All the best,
Svetlina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
ToolTip
Asked by
Vinayak Chitre
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or