Declined
Last Updated: 15 Feb 2023 15:55 by ADMIN
Mauro
Created on: 14 Feb 2023 14:16
Category: Kendo UI for Angular
Type: Bug Report
0
Dialog close icon tooltip is default browser tooltip, not kendoTooltip
It has the [title] attribute but missing kendoTooltip directive.
3 comments
ADMIN
Hetali
Posted on: 15 Feb 2023 15:55

Hello Mauro,

As we have established that the described behavior is not a bug, I will proceed to closing this inquiry.

To help continue the support inquiry regarding the Kendo UI Tooltip in the Kendo UI Dialog, I have created a support ticket for you on your behalf.  Please let me know if you have any questions regarding the matter.

Regards,
Hetali
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Mauro
Posted on: 15 Feb 2023 09:52
And how is this supposed to work when dialogs are used through the dialog service? There is no HTML to attach directives to.

Adding it to the kendoDialogContainer does not work.
ADMIN
Hetali
Posted on: 14 Feb 2023 20:03

Hello Mauro,

The title attribute in the close button of the Kendo UI Dialog is the HTML title attribute that, by default, shows the text in the browser tooltip and is the expected behavior.

To show the Kendo UI Tooltip instead of the default browser tooltip, wrap the element (Dialog) in the kendoTooltip directive. For example:

<div kendoTooltip style="text-align: center; padding-top: 10px;">
  <kendo-dialog title="Please confirm">
  </kendo-dialog>
</div>

In this StackBlitz example, I have replaced the default browser tooltip with Kendo UI Tooltip.

I hope this information clarifies the browser tooltip in the Dialog component.

Regards,
Hetali
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.