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

Position of loading panel for tooltip

2 Answers 66 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
andieje
Top achievements
Rank 1
andieje asked on 17 Jun 2009, 04:59 PM
Hi

I have a tooltip that loads its content on demand. The loading panel is not shown on top of the tooptip but slightly to the right and it doesnt look great. I took a screenshot but I can't see anywhere where i can attach an image to this post

thanks

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 22 Jun 2009, 01:07 PM
Hello andieje,

I am not sure what exactly causes the problem in your case without examining your code. The only thing I can think of which might cause such an issue is that the parent element of the tooltip has some CSS settings which influence the loading image, e.g position: relative. That is why I can sugest the following:

  1. Set RenderInPageRoot = "true" for the RadToolTipManager and test whether this fixes the issue if there are not custom CSS settings for teh body element of the page.
  2. If the parent element of the tooltip has some CSS settings test whether removing them fixes the issue.
  3. Test whether setting explicit size, big enough to hold the content fixes the issue.

In case this does not help, please provide more details about your scenario and provide a live url and detailed reproduction instructions. On a side note, you cannot attach files in the forums - in ordre to be able to upload files you should open a support ticket.

Regards,

Svetlina

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.
0
andieje
Top achievements
Rank 1
answered on 29 Jun 2009, 03:49 PM
Hello

Setting the size fixed it thanks.

Tags
ToolTip
Asked by
andieje
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
andieje
Top achievements
Rank 1
Share this question
or