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

ToolTipManager not tooltipifiying ONLY Telerik controls

1 Answer 30 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Fred Taylor
Top achievements
Rank 1
Fred Taylor asked on 15 Jun 2010, 02:02 PM
ToolTipManager appears to be malfunctioning ONLY with Telerik controls.  If I add a another control such as a label to the controls collection and set the tooltip on the control, it works as it always has in the past.  The behaivor is that the standard tooltip is displayed, and the radtooltip renders a blank message.  Attached is a picture of the issue.  The tooltipmanager is displaying over the correct combobox, but not displaying the tooltip text.

I added a standard radtooltip control to the page and set it's target to the same radcombobox control, and it works as expected.   I can reproduce with multiple rad controls.

I'm using 2010.1.415.35

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 18 Jun 2010, 08:50 AM
Hi Fred,

The behavior you describe most probably comes from the fact that the RadComboBox as all RadControls is complex HTML and it is formed by different standard HTML elements. Thus you should specify the exact element  which should be tooltipified because otherwise you will actually tooltipify another element which I assume is the case with you.

Please, share your code - both the combo and the tooltip manager and how you have tooltipified the combo here and I will examine it and let you know what is the exact reason for the issue. Provide also more details about the exact desired result and I will do my best to provide a solution for you.


Kind regards,
Svetlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ToolTip
Asked by
Fred Taylor
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or