Hi.
I want to report a bug with the RadToolTip scroll.
This is my code:
In Internet Explorer 10 (With compatibility mode) it shows the scrolls, but (With out compatibility) it dosen't show the scrolls.
In Firefox and Chrome it's fine.
I'm using Q3 2012 SP2
Best regards.
I want to report a bug with the RadToolTip scroll.
This is my code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title>Test</title></head><body> <form id="form1" runat="server"> <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> </telerik:RadScriptManager> <div> <telerik:RadToolTip ID="RadToolTip1" runat="server" ContentScrolling="Both" Height="500px" Position="Center" RelativeTo="BrowserWindow" VisibleOnPageLoad="True" Width="500px" ManualClose="True"> <table style="width: 750px; height: 750px; background-color: #008000;"> <tr> <td style="width: 750px; height: 750px; background-color: #008000;"></td> </tr> </table> </telerik:RadToolTip> </div> </form></body></html>In Internet Explorer 10 (With compatibility mode) it shows the scrolls, but (With out compatibility) it dosen't show the scrolls.
In Firefox and Chrome it's fine.
I'm using Q3 2012 SP2
Best regards.
