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.
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.
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
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.
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.
The Tooltip component is visualized at the upper left corner of the browser's window when opened in Safari.
The Tooltip is visualized in the upper left corner of the browser's window
The Tooltip should be visualized on the top of each bar of the chart that is hovered.