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

ToolTip hide on event not working as expected

2 Answers 124 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
IT Purchase
Top achievements
Rank 1
IT Purchase asked on 09 Nov 2015, 03:22 PM

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

"Hide on event :Default - hides when mouse is out of the target element" is not working as expected

if you leave the mouse pointer on top of the target and don't move your mouse at all, the tooltip will close after few seconds. Expected behavior would be that the tooltip stays visible until you actually move mouse out of the target element. I tested this with IE, Chrome and Firefox with similar results.

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 09 Nov 2015, 03:29 PM

Hello Jukka,

That's how OS/browser tooltips behave as well.

RadToolTip, however, has an AutoCloseDelay property that defaults to 3000ms. To prevent the tooltip from hiding automatically if there is no user activity, you should set it to 0. The following article explains more about this feature: http://docs.telerik.com/devtools/aspnet-ajax/controls/tooltip/getting-started/showdelay-and-autoclosedelay.

Regards,

Marin Bratanov
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
IT Purchase
Top achievements
Rank 1
answered on 09 Nov 2015, 03:45 PM

Thanks Marin!

Tags
ToolTip
Asked by
IT Purchase
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
IT Purchase
Top achievements
Rank 1
Share this question
or