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

Tooltip is showing in wrong place.

3 Answers 175 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Bhaskar
Top achievements
Rank 1
Bhaskar asked on 23 Nov 2007, 06:52 AM
Multiple tooltips added to the multiple images on the content page respectively. It was working fine before placing radio buttons list on the master page. After placing the radio buttons list only first tooltip is popping up when user moves the cursor on radio button list and stop showing the tooltip when moving mouse on any of the images which are there in the content page.
It could be grateful if some any assist me soon. Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 23 Nov 2007, 12:43 PM
Hi Bhaskar,

Unfortunately the provided information is not enough for us to determine what the reason for the problem might be and we are unable to reproduce it. Can you please try isolating the problem in a small sample project and send it to us? We will check it right away and do our best to help.





Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Bhaskar
Top achievements
Rank 1
answered on 26 Nov 2007, 07:29 AM

Thanks a lot for your response. Here I am attaching the sample project for your reference. The tool tip suppose to be displayed when cursor moves on images, instead it displaying when cursor moves to radio button.

Thanks in advance.
This bellow page is content page.

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="Untitled Page" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">  
<asp:ScriptManager ID="ScriptManager1" runat="server" /> 
<table cellspacing="0" cellpadding="2" border="0" align="center" width="100%">  
<tr> 
  <td class="isCOLUMN1">  
      Test image 1<img id="help_image0" runat="server" alt="" src="~/images/qmark.gif" class="TooltipImg" /> 
    <telerik:RadToolTip Width="150px" AutoCloseDelay="4000" Skin="Outlook" ID="RadToolTip0" Position="TopRight"   
    runat="server" TargetControlID="help_image0" Text="Test image 1" /> 
  </td> 
<tr> 
  <td class="isCOLUMN1">  
      Test image 2<img id="help_image3" runat="server" alt="" src="~/images/qmark.gif" class="TooltipImg" /> 
    <telerik:RadToolTip Width="150px" AutoCloseDelay="4000" Skin="Outlook" ID="RadToolTip3" Position="TopRight"   
    runat="server" TargetControlID="help_image3" Text="Test image 2" /> 
  </td> 
</tr> 
</table> 
</asp:Content> 


This bellow page is master page.

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> 
 
<!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:RadioButtonList runat="server" ID="RdbLanguages" RepeatDirection="Horizontal" Font-Size="11px" Font-Bold="False" Font-Names="Arial,Verdana,Sans-serif" > 
    <asp:ListItem Selected="true" Text="Test1" Value="0"></asp:ListItem> 
    <asp:ListItem Selected="true" Text="Test2" Value="1"></asp:ListItem> 
    <asp:ListItem Selected="true" Text="Test3" Value="2"></asp:ListItem> 
    <asp:ListItem Selected="true" Text="Test4" Value="3"></asp:ListItem> 
    <asp:ListItem Selected="true" Text="Test5" Value="4"></asp:ListItem> 
    <asp:ListItem Selected="true" Text="Test6" Value="5"></asp:ListItem> 
    </asp:RadioButtonList> 
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">  
        </asp:contentplaceholder> 
    </div> 
    </form> 
</body> 
</html> 
 
0
Tsvetie
Telerik team
answered on 26 Nov 2007, 11:15 AM
Hello Bhaskar,
Thank you for bringing this issue to our attention - I forwarded the problem to our developers and we will fix it for the next release of the Prometheus suite, that will be available for download later this week. 

I have added 500 telerik points to your Client.Net account for the report.

Sincerely yours,
Tsvetie
the Telerik team

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