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