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

slider has problem with tooltipmanager.

4 Answers 70 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Jon Hobbs
Top achievements
Rank 1
Jon Hobbs asked on 04 Sep 2007, 02:14 PM
Hi Guys,

I have a problem with the slider. normally, when you hover over the draghandle the word "drag" appears next to it.

The problem I have is that if there is a tooltipmanager on the same page then the word "drag" appears in a big tooltip on the page which is clearly a bug. Is there any way to change it so that the tootip doesn't appear ?

Unfortunately, I'm not able to easily make a sample project, I'm just hoping you've seen this behaviour before.

Jon

Jon

4 Answers, 1 is accepted

Sort by
0
Jon Hobbs
Top achievements
Rank 1
answered on 04 Sep 2007, 09:31 PM
I have now found out that this only happens when the tooltipmanager isn't being used, e.g. when it's targetcontrols collection is empty.
0
Petio Petkov
Telerik team
answered on 05 Sep 2007, 11:46 AM
Hi Jon Hobbs,

This is the expected behavior of RadTooltipManager. As you mentioned, all controls on the page will be with tooltips if TargetControls collection is empty. If TargetControls collection is not empty, only the items from the collection will have tooltips.

Regards,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jon Hobbs
Top achievements
Rank 1
answered on 05 Sep 2007, 02:40 PM
Our scenario is as follows....

we have a search page and when there are search results to display each one has a tooltip. Unfortunately, if the user does a search which produces no results then the targetcontrols collection is left empty, which is causing problems because the slider then has a "drag" tooltip applied to it.

We really need a way to stop this happening, either by removing the "Drag" label completely, or by stopping the tooltip being applied to it.

Is there a way ?

Jon
0
Jon Hobbs
Top achievements
Rank 1
answered on 05 Sep 2007, 03:57 PM
We seem to have found a solution, we are disabling the tooltipmanager using enabled=false when there are no results.
Tags
Slider
Asked by
Jon Hobbs
Top achievements
Rank 1
Answers by
Jon Hobbs
Top achievements
Rank 1
Petio Petkov
Telerik team
Share this question
or