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

ToolTip does not ajust to the height of the content. Entire bottom border is missing.

2 Answers 84 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Yevgeniya
Top achievements
Rank 2
Yevgeniya asked on 24 Jun 2008, 07:43 PM
Hi,

I'm using RadToolTipManager to load tooltips on-demand. I defined my RadToolTipManager without specifying the width or the height and expected the tooltip to adjust to the size of the content. It does work in terms of width, but not in terms of height. If the content is longer than one line, the entire bottom border of the tooltip is missing and scroll bars do not appear even though they are set to "Auto".

Is this a bug? Is there a workaround?

<telerik:RadToolTipManager
    ID="RadToolTipManager1"
    runat="server"
    Animation="Resize"
    ManualClose="true"
    ShowCallout="true"
    ShowEvent="OnClick"
    RelativeTo="Element" 
    Position="MiddleRight"
    onajaxupdate="RadToolTipManager1_AjaxUpdate"  ContentScrolling="Auto" >
</telerik:RadToolTipManager>


Thank you,

Yevgeniya

2 Answers, 1 is accepted

Sort by
0
Yevgeniya
Top achievements
Rank 2
answered on 24 Jun 2008, 09:08 PM
This might have something to do with the skin. Default skin does not render the bottom border, but Web20 skin and a few others that I tried do. 

Yevgeniya
0
Martin
Telerik team
answered on 25 Jun 2008, 07:31 AM
Hello Yevgeniya,

Please, check your page's DOCTYPE declaration, as the issue might be caused by the lack of a DTD (quirks mode) or a DOCTYPE different than xhtml (for example HTML 4). All RadControls for ASP.NET AJAX are intended to work under standards compliance mode.

Another possible cause for the issue might be the inheritance of global CSS styles (table, tr or td), so please, do the following test - remove your styles from the page and reload it.

If the issue still persists, open a new support ticket and send me a sample project that demonstrates the issue and specify with which browser and version in is observed.

Sincerely yours,
Martin Ivanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Yevgeniya
Top achievements
Rank 2
Answers by
Yevgeniya
Top achievements
Rank 2
Martin
Telerik team
Share this question
or