Completed
Last Updated: 17 Feb 2022 10:08 by ADMIN
Release 2022.2
Richard
Created on: 31 Jan 2022 16:22
Type: Bug Report
1
Editor "View Html" tool has its scrollbar missing

Describe the bug
Starting from v2022.1.119 the scrollbar of the View Html tool of the Editor is missing.

To reproduce

  1. Run this Dojo or the All Tools Demo
  2. Click on the "View Html" Tool

Expected behavior
The textarea of the View Html's popup should be scrollable

Screenshots
image

Affected package (please remove the unneeded items)

  • all themes

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • All

Build system information (please remove the unneeded items)

  • Not Applicable

Additional context
Bug also observed with Less Kendo jQuery Themes

1 comment
ADMIN
Stoyan
Posted on: 31 Jan 2022 16:31

Hi Richard,

Thank you for your report.

Once this item is marked as "Completed" the fix will be a part of our next official release. Meanwhile 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.

 

Regards,
Stoyan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.