Editor View HTML lacks scrollbars

1 Answer 92 Views
Editor
Richard
Top achievements
Rank 4
Iron
Iron
Iron
Richard asked on 26 Jan 2022, 04:33 PM

Good afternoon,

I have updated to the latest version of Telerik ASP.NET Core (2022.1.119).

The scrollbars are missing from the 'View HTML' window. Even the online demo is the same.

All tools in ASP.NET Core Editor Component Demo | Telerik UI for ASP.NET Core

Previously it looked like this:

Is there a fix for this?

Kind regards,

Richard

1 Answer, 1 is accepted

Sort by
0
Accepted
Stoyan
Telerik team
answered on 31 Jan 2022, 04:28 PM

Hello Richard,

Thank you for your report.

The referred issue is indeed a Bug. You can follow the item in our Feedback Portal here. Once it is marked as "Completed" the fix will be a part of our next official release. You will be able to immediately test it with our internal releases.

Until then to workaround this Bug I recommend you to use the following styles:

    .k-window-content > span > textarea{
        overflow:scroll;
        overflow-x: hidden;
        resize:none;
    }
as shown in this REPL example.
As a token of gratitude for discovering this Bug I have updated your Telerik Points.

 

Regards,
Stoyan
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/.

Tags
Editor
Asked by
Richard
Top achievements
Rank 4
Iron
Iron
Iron
Answers by
Stoyan
Telerik team
Share this question
or