Kendo UI v2021.3.914 now truncates Dialog Title

1 Answer 112 Views
Dialog Styling
Rod
Top achievements
Rank 1
Rod asked on 05 Nov 2021, 04:16 AM

Hi,

Upgrading to Kendo UI v2021.3.914 dialog titles are now truncated to half the dialog width.

As per here: https://netcorerepl.telerik.com/cvPPafaS01WpoJLM05   where the only change is the title. 

Is there a workaround for this?

thanks

Rod

 

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 09 Nov 2021, 03:02 PM

Hi Rod,

Thank you for the provided information and screenshot.

We are aware of the reported behavior and I am happy to let you know it has already been fixed. The fix will be available in the next official release.

Until then as a workaround, I can suggest changing the overflow style through the .k-window-title class that is generated for the dialog title. For example:

<style>
    .k-window-title{
        overflow:visible;
    }
</style>

Also, you can review the Telerik REPL example for a visual representation of the mentioned above.

Please let me know if you have any further questions, and I will be glad to answer them.

Regards,
Alexander
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Tags
Dialog Styling
Asked by
Rod
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or