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

Is there a way to set a close delay for a tooltip?

1 Answer 394 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jonathan Travis
Top achievements
Rank 1
Jonathan Travis asked on 20 Dec 2013, 04:58 PM
I have autohide tooltips, that may have scrollable content.  

But the tooltip hides before the use can move their mouse into the tooltip.  So, I want to delay the close to give the user a chance to scroll if desired.
Right now, the user has to navigate the mouse through the pointer to the target to keep it open.

Thanks

1 Answer, 1 is accepted

Sort by
1
Alexander Popov
Telerik team
answered on 21 Dec 2013, 09:31 AM
Hello,

Basically the auto-hide Tooltips are hidden immediately after the cursors leaves the target element or the tooltip content area- this is the expected behavior. In the current scenario I would recommend you to set the autoHide option to false. Alternatively you could use CSS to change the Tolltip's callout width, so it is easier for the user to move the cursor over the content area. For example:
.k-callout{
  width: 10px;
}
.k-callout-n {
 width: 10px;
}

Regards,
Alexander Popov
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
Jonathan Travis
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or