Completed
Last Updated: 08 Dec 2023 12:16 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
Daewoong
Created on: 03 Feb 2020 19:37
Category: Kendo UI for jQuery
Type: Bug Report
3
Tooltip width incorrectly calculated

Describe the bug
Once the Tooltip is shown for a target with short title, if opened for a target with longer title, its width is not updated properly. The shortest width is persisted. Reproducible in all SASS themes, not reproducible in the LESS themes.

To reproduce
Steps to reproduce the behavior:

  1. Go to dojo.
  2. Hover "Korean"
  3. Hover "Korean short"
  4. Hover "Korean" again

Expected behavior
The Tooltip should resize properly to fit the title of the element it is shown for.

Screenshots

Affected package (please provide)

  • theme-default
  • theme-bootstrap
  • theme-material

Affected suites (please provide)

  • Kendo UI for jQuery
  • Kendo UI for Vue

Affected browsers (please provide)

  • Firefox: [latest]
  • Chrome: [latest]
  • Edge version: [latest]
  • IE version: [11]

Build system information (please provide)

  • OS: [Windows]

Additional context
N/A

2 comments
ADMIN
Georgi Denchev
Posted on: 10 May 2023 09:28

Hello, Mark,

You can use the approach from the following KB article:

https://docs.telerik.com/kendo-ui/knowledge-base/calculate-tooltip-width 

I've created a Dojo where a `data-title` attribute is used instead of the `text`:

https://dojo.telerik.com/@gdenchev/oSELECeJ 

Best Regards,
Georgi Denchev
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Mark
Posted on: 03 May 2023 16:53
Any suggested workarounds for this?