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

RadEditor Inside RadToolTip - Problem with IE

1 Answer 67 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Paolo
Top achievements
Rank 1
Paolo asked on 17 Feb 2009, 11:38 AM
Hello,

I'm using RadEditor inside a RadToolTip set as Modal and facing a problem with IE. Specifically, it doesn't display the bottom toolbar (Design, HTML, Preview...). Besides, it looks like the borders of the content area are not well shaped.
No problems with FF and Safari where everything works alltight.
Do you have any suggestion?

Thank you

Paolo

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 19 Feb 2009, 03:28 PM
Hello Paolo,
Please make sure that you have set the Height and Width of the RadToolTip. For example:
<telerik:RadToolTip ID="RadToolTip112" runat="server"  
    Modal="true" RelativeTo="BrowserWindow"  
    VisibleOnPageLoad="true" Position="Center"  
    HideEvent="manualClose" Width="700px"  
    Height="630px" ContentScrolling="Auto"
..... 

In case this does not help you, please prepare and send me a simple running project, demonstrating the problem, so that I can research on my end what is causing it.

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolTip
Asked by
Paolo
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or