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

RadToolTip IE 10 scrolling issue

3 Answers 103 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 2
Juan asked on 24 Jan 2013, 06:57 PM
Hi.
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>
<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.

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 28 Jan 2013, 12:10 PM
Hi Juan,

Thank you for your report. I have logged it for research and you can follow, comment and vote on it here. I have also updated your Telerik points for sharing this information with us.


Regards,
Marin Bratanov
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.
0
Heiko Falk
Top achievements
Rank 1
answered on 01 Jun 2016, 02:24 PM

Hi,

when i follow your link
http://feedback.telerik.com/Project/108/Feedback/Details/39568-fix-the-contentscrolling-property-of-radtooltip-does-not-have-effect-under-ie10
there is written that you can not reproduce this issue. I haven't tried it with IE10 yet, but i have the same issue with IE11. If i use the example from above then the scroll bars do not appear in IE11. It works fine in the current versions of Firefox, Chrome and Edge.

In my application i used the ToolTip like in the example above. Only difference is that i have ContentScrolling set to "Auto".

I am using version 2016.1.225.45 of the Telerik controls. How can i get scrolling working in IE11?

Kind regards,
Heiko

0
Ianko
Telerik team
answered on 06 Jun 2016, 11:26 AM
Hi Heiko,

The described issue is indeed reproducible, but only with Classic rendering. I suggest you to switch to Lightweight rendering in order to resolve the issue. 

Regards,
Ianko
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ToolTip
Asked by
Juan
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Heiko Falk
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or