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
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!