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

Tooltip rendering problem in IE7

2 Answers 114 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
p
Top achievements
Rank 1
p asked on 17 Nov 2009, 07:51 PM
When I view the following tool tip in IE7 or IE8 Compatibility view,it looks like it the tooltip in the left in the image.but if i move the cursour from the link and then back to it to show the tooltip, it looks like the one on right.  Image attached.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication3._Default" %>

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!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></title>
</head>

<body>
    <form id="form1" runat="server">
    <div>
        <asp:ScriptManager runat="server">
        </asp:ScriptManager>
<%--        <telerik:RadToolTip ID="some" Text="hello" TargetControlID="rr" runat="server" OnClientBeforeShow="clientShow">
        </telerik:RadToolTip>--%>
        <asp:TextBox runat="server" ID="rr"></asp:TextBox>
       
 
        <asp:HyperLink ID="HyperLink1" runat="server">HyperLink</asp:HyperLink>
        <telerik:RadToolTip ID="RadToolTip1" Text=" <p><b>Average</b></p><br /><br/><i>Good</i><br /><br/><font size='5'>Meets Expectations</font><br /><hr/><h1>Exceeds Expectations</h1><br /><br/><u>Outstanding</u><br /><br /><p>this is line 2</p><br /><p>and another line here 1</p><br /><p>and another line here 2</p><br /><p>and another line here 3</p><br /><p>and another line here 4</p><br /><p>and another line here 5</p><br /><p>and the last one</p><br />" runat="server" TargetControlID="HyperLink1" Width=200 Height=100 OnClientBeforeShow="BeforeShow">
        </telerik:RadToolTip>
    </div>
    </form>
</body>
</html>

2 Answers, 1 is accepted

Sort by
0
p
Top achievements
Rank 1
answered on 19 Nov 2009, 08:57 PM
Is this information enough? or you guys need somthing else.
0
Svetlina Anati
Telerik team
answered on 20 Nov 2009, 09:32 AM
Hello p,

I build up a test demo page based on your code and tested it under IE8 Compat View and also under IE b in IE7 mode but every time the tooltip was correctly rendered - please examien teh atatched demo. The only thing that I can assuem is that you are having some code in the OnClientBeforeShow handler which causes teh problem because the only difference I can see between your code and my page is this event. Please, reproduce the issue on my demo page and once you succeed, paste its full source code here and I will examine the problem on my side. Make also sure that the version you are using is the one you have selected (the latest one) and in case it is not - provide information about the exact version of RadControls.

Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ToolTip
Asked by
p
Top achievements
Rank 1
Answers by
p
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or