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

ToolTip Border Trimmed at the Bootom

2 Answers 70 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Balkar
Top achievements
Rank 1
Balkar asked on 11 Feb 2013, 05:01 PM
Hi,
  I have Hover over event at institution name. if i hover over couples of time the border at the bottom disappear. If i refresh my page and border start coming normal. Any reason for this behavior? Thanks in advance

<Telerik:RadToolTip ID="uxToolTip" runat="server" TargetControlID="uxInstitutionName"  BorderStyle="Solid" Animation="Slide" Width="350px" ShowCallout="True" ShowDelay="0" ShowEvent="OnMouseOver" Position="BottomCenter" RelativeTo="Element" Skin="Vista" HideEvent="LeaveToolTip">
<b>CEO Name</b><br />
<span style="margin-left: 5px" id="uxCreditUnionCEONameSpan" runat="server"></span>
<br />
<b>Bus. Hours</b><br />
<span style="margin-left: 5px" id="uxCreditUnionBusHoursSpan" runat="server"></span>
<br />
<b>Time Zone:</b><br />
<span style="margin-left: 5px" id="uxCreditUnionTimeZoneSpan" runat="server"></span>
<br />
<b>City & State:</b><br />
<span style="margin-left: 5px" id="uxCreditUnionCityAndStateSpan" runat="server"></span>
<br />
<b>Main Ph/Fax:</b><br />
<span style="margin-left: 5px" id="uxCreditUnionMainPhOrFaxSpan" runat="server"></span>
<br />
</Telerik:RadToolTip>

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 13 Feb 2013, 02:57 PM
Hello Balkar,

This tooltip declaration seems quite fine and there are no major issues with it alone, yet the screenshot you have attached is not what the markup shows on my end, so you most likely have more than this related to the tooltip. What I would advise at this point is the following:
- set Width and Height appropriately so the control can better know how to resize and position itself
- take a look here for other common issues
- set the RenderInPageRoot property to true to avoid inheriting styles from the page
- make sure there aren't JavaScript errors on the page
- remove the BorderStyle property, it is merely inherited from WebControl and is not implemented in RadTooltip
- try disabling the animation
- try upgrading to the latest version


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
Balkar
Top achievements
Rank 1
answered on 14 Feb 2013, 03:18 PM
Thanks, issue resolved as i follow you suggestion
Tags
ToolTip
Asked by
Balkar
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Balkar
Top achievements
Rank 1
Share this question
or