Duplicated
Last Updated: 27 Feb 2020 16:26 by ADMIN
Go here: http://demos.kendoui.com/web/tooltip/api.html


1. Click on Area 1 or Area 2
2. Scroll down the page

Current result: tooltip is closed

Expected result: tooltip should not close when the I scroll the scrollbar using either the mouse wheel or pointer.
Unplanned
Last Updated: 27 Feb 2020 16:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Tooltip
Type: Feature Request
8
The tooltip widget should have a beforeShow event, which can be used to bind an observable to a locale template, used by the tooltip. While it's already possible to use widgets inside the tooltip, the tooltip is missplaced, since its shown before I'm able to bind the observable (called by show event) to its content.
Completed
Last Updated: 27 Feb 2020 16:24 by ADMIN
Created by: Jason
Comments: 1
Category: Tooltip
Type: Feature Request
12
Currently the autoHide option for Tooltips always hides when the mouse leaves the target element.  This makes sense for showOn values "mouseenter" and "click", but does not make sense for showOn "focus". In the latter case the mouse might not even be over the target when the tooltip is shown, so autoHide is not useful (and indeed you get weird behaviour like multiple tips appearing).  It seems the obvious behaviour for autoHide in this case is to hide on blur.  See also the forum thread:

http://www.telerik.com/forums/tooltip-doesn't-hide-when-element-lost-focus-when-set-to-showon-focus
Unplanned
Last Updated: 27 Feb 2020 16:18 by ADMIN
Go here: http://demos.kendoui.com/web/tooltip/api.html

1. Click on Area 1 or Area 2 
2. Then:
a. click outside tooltip area
b. press "Esc"
c. scroll down the page

Current result: tooltip is closed

Expected result: tooltip should not be closed

It would be great to configure tooltip hide behaviour whether to close or not on 2. a, b, c actions.
Declined
Last Updated: 22 Jan 2020 09:43 by ADMIN
Created by: Joe
Comments: 0
Category: Tooltip
Type: Feature Request
1
Do not hide the tooltip if false is returned from an options.hide function.

Use Case: I need to show tooltips on the chart and keep them open onSeriesClick.
This is so they will appear on the PDF when generated giving better readability to the PDF.
I see that by design autoHide=false still hides tooltips on mouse click - but at least let the developer have a pure control over hiding it via the hide method return.
Unplanned
Last Updated: 28 Nov 2019 17:28 by Ashwani

Bug report

The Tooltip component is visualized at the upper left corner of the browser's window when opened in Safari.

  • The issue is not reproducing with jQuery 1.xx and 2.x.x

Reproduction of the problem

  1. Open this Dojo in Safari browser
  2. Hover the bars in the BarChart

Current behavior

The Tooltip is visualized in the upper left corner of the browser's window

Expected/desired behavior

The Tooltip should be visualized on the top of each bar of the chart that is hovered.

  • The expected behavior could be observed when the above Dojo is opened in Chrom

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: 3.x.x
  • Browser: [Safari 11.1.2 ]
1 2