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

Tool Tip not visible in IE8 but is visible in IE7!!

1 Answer 39 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Manoj Naik
Top achievements
Rank 1
Manoj Naik asked on 22 Jan 2010, 06:44 AM
Hi All,

I have developed a custom control (a .cs file not .ascx file) in which I have used a RadRotator. I require a Rich Text ToolTip(consist of an image and some text) on the mouse hover event, on any of the images of the RadRotator. So I have used a RadToolTip.
The radrotator ItemTemplate consists of an image, a RadToolTip and some literal controls.

The problem I am facing is that I am able to see the tool tip correctly in IE 7 but in IE8 it does not appear at all.
Another issue that I am facing is that in Safari browser the ToolTip appears on the top of the browser(irrespective of the rotator position when scrolled).

Has anyone faced such kind of issue??
Any solution or hints will be appreciated.

Thanks.

Regards,
Manoj

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 27 Jan 2010, 08:41 AM
Hello Manoj,

I am not completely sure why you do not see the tooltip at all - what I can assume is that it actually appears for a while on an expected place due to being a child of the rotator item. This being said, if this is the problem, you should set RenderInPageRoot="true" /the default value is false/ and this will ensure that the tooltip will be added to the form and respectively correctly displayed.

A sample demo which explains this setting and uses exactly the scenario you describe is available below:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipasformchild/defaultcs.aspx


Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ToolTip
Asked by
Manoj Naik
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or