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 ]
Unplanned
Last Updated: 17 Oct 2019 16:52 by ADMIN
Created by: Ikbum Kim
Comments: 1
Category: Tooltip
Type: Bug Report
1

Bug report

Reproduction of the problem

Dojo example. Screencast.

  1. Hover an event then move the cursor away (do this repeatedly).

Current behavior

The Tooltip does not hide.

Expected/desired behavior

The Tooltip hides.

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 17 Sep 2020 15:56 by jwize
Created by: jwize
Comments: 0
Category: Tooltip
Type: Bug Report
1

Bug report

When a user mouseover's a specific element that produces the Kendo UI Tooltip initially with a position of bottom, the tooltip is below the browser window. Upon the mouseover a second time, the tooltip shows changes position to top.

Reproduction of the problem

  1. Go to https://dojo.telerik.com/@PMcDonou/uzOyoROh
  2. Mouseover the clip icon at the bottom of the Grid.

Current behavior

This will initially appear below the window. Upon mouseover a second time, will be above. Here is a screencast of the behavior.

Expected/desired behavior

The Kendo UI Tooltip should appear above to initially instead of being displayed outside the user's view.

Environment

  • Kendo UI version: 2020.3.915
  • Browser: all
Unplanned
Last Updated: 21 Dec 2020 15:49 by ADMIN
Created by: Piotr
Comments: 2
Category: Tooltip
Type: Bug Report
0

Bug report

Reproduction of the problem

Dojo example

  1. Hover "Some Text"

Current behavior

The Tooltip is not centered and appears to the left of the element it is shown for.

Expected/desired behavior

The tooltip is centered.

Environment

  • Kendo UI version: 201x.r.ddd
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 25 Mar 2024 11:20 by ADMIN

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)

Unplanned
Last Updated: 13 Mar 2024 12:59 by ADMIN

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:

  1. load the DOJO
  2. hover over the red dot (notice how the text uses all space available and does not get wrapped unless necessary)
  3. hover over the green dot 
  4. hover over the red dot again

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.