Completed
Last Updated: 27 Aug 2024 11:47 by ADMIN
Release 2024 Q4 (Nov)
Created by: Andrzej
Comments: 0
Category: Tooltip
Type: Bug Report
1

Bug report

When moving through objects with Kendo UI Tooltips fast, the tooltip does not hide.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo.
  2. Move through the object fast.

Expected/desired behavior

Tooltips should disappear when navigating through new tooltips.

Environment

Completed
Last Updated: 13 May 2024 13:00 by ADMIN
Release 2024 Q2 (May)
Created by: Lee
Comments: 0
Category: Tooltip
Type: Bug Report
0

Bug report

the Tooltip flashes instead of being displayed constantly.

Reproduction of the problem

  1. Open the dojo and hover over the text - https://dojo.telerik.com/@NeliKondova/iqUXUZAC

Current behavior

The Tooltip flashes although the mouse does not move

Expected/desired behavior

The Tooltip should not blink until the target is hovered

The issue is a regression starting with 2024.1.130

Environment

  • Kendo UI version: 2024.1.130
  • Browser: [all]
Completed
Last Updated: 16 Jan 2024 11:47 by ADMIN
Release 2024 Q1

Bug report

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.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/iMApoBAN
  2. Hover an image in the example.

Current behavior

When the width of the Tooltip is not set the content is aligned to the right of the arrow.

The issue is a regression starting with 2022 R2 SP1 - 2022.2.621 version

Expected/desired behavior

The Tooltip content should be aligned the same no matter if it has a width set - it should be centered.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all ]
Completed
Last Updated: 24 Oct 2023 14:51 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)
Created by: David
Comments: 0
Category: Tooltip
Type: Bug Report
5

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]

Completed
Last Updated: 12 May 2022 11:48 by ADMIN
Release 2022.R2.SP.next
Created by: Jeff
Comments: 0
Category: Tooltip
Type: Bug Report
0

Bug report

A Tooltip that fetches its content using AJAX request doesn't render a loading icon while waiting for the response.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/@martin.tabakov@progress.com/onUlEMiT/5
  2. Hover the images.

Current behavior

Issue 1. No loading icon is rendered.
Issue 2. The Tooltip doesn't render until the response from the server arrives.

Expected/desired behavior

The Tooltip should render immediately with a loading icon until the response from the server arrives.

Environment

  • Kendo UI version: 2022.1.301
  • Browser: [all]
Completed
Last Updated: 01 Aug 2024 06:39 by ADMIN
Release 2024 Q3 (Aug)

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)

Completed
Last Updated: 19 Feb 2021 12:44 by ADMIN
Release 2021.R1.SP.next

Bug report

WebSite12.zip

Reproduction of the problem

A sample WebSite is attached.

  1. Run the Test page.
  2. Click on the "Click me" text.
  3. The Tooltip shows up (note its position).
  4. Close the Tooltip.
  5. Click on the text again.

Current behavior

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.

Expected/desired behavior

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).

Environment

  • Kendo UI version: 2020.3.1021
  • jQuery version: x.y
  • Browser: [all]
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
Completed
Last Updated: 21 Apr 2021 14:31 by ADMIN
Created by: Imported User
Comments: 2
Category: Tooltip
Type: Feature Request
10
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?
Completed
Last Updated: 21 Apr 2021 14:22 by ADMIN
Created by: sitefinitysteve
Comments: 7
Category: Tooltip
Type: Feature Request
19
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.