Completed
Last Updated: 13 Jul 2021 09:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Tooltip
Type: Feature Request
8
It would be nice if we could do something like this:

<span kendo-tooltip>
    <span k-tooltip-content>This is the tooltip content</span>
    Some stuff
</span>

Instead of this:


<span kendo-tooltip k-content="This is the tooltip content">
    Some stuff
</span>

This would make creating bigger dynamic content easier.
Unplanned
Last Updated: 25 Aug 2021 12:12 by ADMIN
Created by: Imported User
Comments: 2
Category: Tooltip
Type: Feature Request
5
Can you add property popupSettings with appendTo?

Something similar is in kendo date picker:
https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/PopupSettings/

It could be placed here
https://www.telerik.com/kendo-angular-ui/components/tooltip/api/TooltipDirective/


I placed this in Dialog category, but can you add category tooltip?

Best regards,
Paweł
Unplanned
Last Updated: 10 Jun 2021 15:27 by ADMIN
Created by: Diego
Comments: 0
Category: Tooltip
Type: Feature Request
4
Create a TooltipService to control tooltip content and position.

See:

https://github.com/telerik/kendo-angular/issues/1731
Unplanned
Last Updated: 22 Nov 2021 10:42 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Tooltip
Type: Feature Request
2

A useful addition to the Tooltip component would be the ability to open it on a specific position defined by X/Y pixel coordinates.

This will allow displaying the tooltip at a concrete pixel as an addition to anchor elements.

Unplanned
Last Updated: 23 Nov 2021 08:50 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Tooltip
Type: Feature Request
2

Hi,

In its current state, TooltipSettings is missing options like collision, offset, and others that are included in the TooltipDirective:

https://www.telerik.com/kendo-angular-ui/components/tooltip/api/TooltipDirective/#toc-collision

The additional options would be nice to have in the TooltipSettings to allow developers additional control on a global level similar to the TooltipDirective.

 

Declined
Last Updated: 22 Jun 2021 14:19 by ADMIN
Created by: Imported User
Comments: 1
Category: Tooltip
Type: Feature Request
1
We would like to have this feature available in kendo UI for angular.
sames goes to Show Only If Text Overflows with Ellipsis.

Reference URL
https://docs.telerik.com/kendo-ui/controls/layout/tooltip/how-to/calculate-tooltip-width#see-also

https://docs.telerik.com/kendo-ui/controls/layout/tooltip/how-to/show-on-ellipsis
Declined
Last Updated: 23 Feb 2023 06:32 by ADMIN
Created by: Sascha
Comments: 1
Category: Tooltip
Type: Feature Request
1

Could you provide a tooltip close event

Thank you

Declined
Last Updated: 20 Jul 2023 09:52 by ADMIN
Created by: ashis
Comments: 3
Category: Tooltip
Type: Feature Request
1

Provide a built-in hideAfter option as Kendo for jQuery Tooltip:

https://docs.telerik.com/kendo-ui/api/javascript/ui/tooltip/configuration/hideafter

 

Unplanned
Last Updated: 30 Jul 2023 23:29 by Evgeniy
Created by: Evgeniy
Comments: 0
Category: Tooltip
Type: Feature Request
1
It would be nice to have a built-in way to show the tooltip for overflowing text only instead of writing a function as defined in this KB article.
Unplanned
Last Updated: 20 Nov 2023 10:59 by Julian
Created by: Julian
Comments: 0
Category: Tooltip
Type: Feature Request
1
Please add a property for the Tooltip that allows setting the following types: success, error, info, and warning.
Declined
Last Updated: 23 Feb 2023 06:26 by ADMIN
Created by: Nathan
Comments: 2
Category: Tooltip
Type: Feature Request
0

1) After opening a tooltip, hitting tab will not focus on the close icon if there is another focusable item in the DOM below the tooltip trigger.

Reproduction Steps:

This is an issue for keyboard users because they cannot easily tab into the tooltip to close it

2) When opening or tabbing into the tooltip, the screen reader (Voice Over, NVDA) doesn't read the tooltips content