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.

Completed
Last Updated: 13 Mar 2024 07:34 by ADMIN
Release 2024 Q2
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]
Unplanned
Last Updated: 16 Feb 2024 20:44 by ADMIN
Created by: Jack
Comments: 2
Category: Tooltip
Type: Feature Request
2
Initializing tooltips on a container and filter is great, but we need a way to individualize some configuration options, especially positions.

Option 1: position = "auto"
if the target is close to the top, position is automatically set to bottom
if the target is close to the bottom, position is automatically set to top
if the target is close to the left, position is automatically set to right
if the target is close to the right, position is automatically set to left

Option2: position = function(tooltip, target) {}

This might be applicable to other properties.
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]
Planned
Last Updated: 31 Dec 2021 10:09 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: 30 Jul 2021 20:40 by ADMIN
Created by: Kaustubh
Comments: 0
Category: Tooltip
Type: Feature Request
1

Hi Team,

I'd like to request the ability to be able to customize the Kendo UI ToolTip's callout.  For example, being able to set a border around it would be helpful.

Thank you!

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.
Declined
Last Updated: 04 Mar 2021 12:31 by ADMIN
Tooltip does not hide as expected when another Tooltip is opened in Map.

Setting
    marker: {
            tooltip: {
                 autoHide: false,
            }
    }
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]
Unplanned
Last Updated: 02 Feb 2021 17:01 by ADMIN
Created by: Evan
Comments: 2
Category: Tooltip
Type: Feature Request
2
I would like to update a single tooltip based on a user's input. I can currently do this but when the tooltip initially shows it has stale data in it. A property that would hold off on showing the tooltip until new data is added by a function would be nice and help prevent the user from ever seeing the stale data.
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: 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
Declined
Last Updated: 27 Feb 2020 16:33 by ADMIN
Created by: Doug
Comments: 1
Category: Tooltip
Type: Feature Request
1
The contentTemplate will be usable in MVVM bindings that points to an css id tag element in order to pull the Tooltip's contents.
Unplanned
Last Updated: 27 Feb 2020 16:30 by ADMIN
Created by: Bernd
Comments: 0
Category: Tooltip
Type: Feature Request
2
Please add an option to configure the base postion of the tooltip.

Default value is "target" for the target element. If "mouse" is set it is the current mouse position.
Declined
Last Updated: 27 Feb 2020 16:30 by ADMIN
Created by: Anthony
Comments: 1
Category: Tooltip
Type: Feature Request
2
I would like to have more powerful tooltips 


- Prevent the opening of a tooltip via the show event and preventDefault (or similar)

- Prevent the closing of a tooltip via the close event and preventDefault (or similar)

- Have tooltips which can have their autoHide option determined by whatever they are hovering over, hence half the page could use 'hover' tooltips but more complex tooltips on the same page could use a close button. Could possibly accomplish this via the previous point

In general on this last point, you typically have a single tooltip widget on the page attached to the body, you may want more than one style

- Within the show event have access to the element on the page that the tooltip is above, (if there is already access I couldn't see it)
Duplicated
Last Updated: 27 Feb 2020 16:26 by ADMIN
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.
Unplanned
Last Updated: 27 Feb 2020 16:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Tooltip
Type: Feature Request
8
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.
1 2