When moving through objects with Kendo UI Tooltips fast, the tooltip does not hide.
Tooltips should disappear when navigating through new tooltips.
Dojo: https://dojo.telerik.com/@jay/AhUYayEx
1. Hover over a color - tooltip shows up;
2. Hover over the tooltip;
3. Move the cursor back to the same target;
4. Move the cursor to a different color or any mouseout;
Actual: Tooltip is not closed
Expected: Tooltip to be closed (same as when not performing step 2)
the Tooltip flashes instead of being displayed constantly.
The Tooltip flashes although the mouse does not move
The Tooltip should not blink until the target is hovered
Tooltip content is misaligned when no width for the tooltip is specified, and when loading the content via Ajax. The Tooltip appears to the right instead of being centered.
When the width of the Tooltip is not set the content is aligned to the right of the arrow.
The Tooltip content should be aligned the same no matter if it has a width set - it should be centered.
Bug report
Every second display of the Tooltip's text is always wrapping
Regression introduced with 2023.1.314
Reproduction of the problem
Dojo: https://dojo.telerik.com/IFuWexuj/3
Hover the Some content
Hover the Some content string for the second time
Expected/desired behavior
The Tooltip shall not wrap into multiple lines
Environment
Kendo UI version: 2023.1.314 or newer
Browser: [all]
A Tooltip that fetches its content using AJAX request doesn't render a loading icon while waiting for the response.
Issue 1. No loading icon is rendered.
Issue 2. The Tooltip doesn't render until the response from the server arrives.
The Tooltip should render immediately with a loading icon until the response from the server arrives.
We have the needs to display a toolbar vertically. We tried your toolbar control but the feature was not there. However, we looked at the code and did minor changes to allow it. Is there any way we can submit the code so you would look at it and maybe add it to the main stream of Kendo UI javascript toolbar?
Please allow us to set tooltip offsets, so I whatever value you calculate it to be shown at I can "push" it off further. Also please append a class showing of the location of the tooltip (top, bottom, left, right) to help us style appropriatly.
A sample WebSite is attached.
Initially the Tooltip shows up positioned in such way that most of its content not visible. If you close the Tooltip and click the "Click me" text to show it again, it is shown over the whole page.
The positioning on first opening is incorrect. The Tooltip should be positioned identically in both cases (when opened for the first time, and on subsequent opening).
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