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

ShowOn configurations breaks when AutoHide is set to "False"

1 Answer 27 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 08 Jul 2013, 11:03 PM
When "AutoHide" is set to False, the ShowOn configuration only delays the display of the tooltip.  

Expected functionality is that ShowOn will prevent the display of the tooltip until it has been hovered over for the specified interval.

How can I achieve the expected functionality?

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 10 Jul 2013, 01:14 PM
Hello Kevin,

Actually the autoHide:true option is clearing the ToolTip timer (setTimeout) defined by the showAfter option. The event for showing is triggered on mouseenter and the ToolTip is about to be shown (after the delay or immediately) however since the AutoHide option is not active the hiding of the Tooltip is left to be performed by the user (after clicking the button) and there is clearing of the interval performed.

I will update the documentation accordingly.

I am sorry for any inconvenience caused/

Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ToolTip
Asked by
Kevin
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or