The contentTemplate will be usable in MVVM bindings that points to an css id tag element in order to pull the Tooltip's contents.
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)
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.
I have noticed that, after switching themes, the tooltips in our application do no longer work correctly. I was able to reproduce the issue in the following two DOJOs:
The only difference between those two is the stylesheet to be loaded (line 6).
Steps to reproduce:
In step 4, the correct behavior would be displaying the tooltip in the same fashion as in step 2. However, in the faulty DOJO, it can be seen that the tooltip does not expand past the width of the text that is displayed when hovering over the green dot. This means that when displaying long tooltips after short ones, they are always wrapped unnecessarily.
A way to fix this behavior (and what's actually the difference between the two stylesheets) is to set the position on the ".k-animation-container" back to its default value "static". Usually, this value is overridden by the output of the size calculations, but during the calculations this value comes to play.
This third DOJO demonstrates the fix described above.
Please note that when using the default-ocean-blue stylesheet, the positioning of the callout seems to be broken as well.
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
Dojo example
The Tooltip is not centered and appears to the left of the element it is shown for.
The tooltip is centered.