Completed
Last Updated: 18 Jan 2021 09:09 by ADMIN
Release 2021.R1
omti
Created on: 05 Nov 2020 16:37
Category: Editor
Type: Bug Report
0
The textarea in the Editor's "viewHtml" popup is too narrow

Bug report

Regression introduced in R2 2020 SP1.

Reproduction of the problem

Reproducible with the LESS themes in the demos.

Current behavior

The textarea occupies only small part of the popup's width.

Expected/desired behavior

The textarea uses all of the popup's width.

Workaround:

.k-viewhtml-dialog .k-editor-textarea {
  width: auto;
}

Environment

  • Kendo UI version: 2020.3.1021
  • jQuery version: x.y
  • Browser: [Chrome XX | Firefox XX]
2 comments
ADMIN
Ivan Danchev
Posted on: 12 Jan 2021 18:07

Hello,

The bug has been fixed and the fix will be available in the upcoming release (R1 2021), due the second half of January. Until the release, you can use the suggested workaround: https://dojo.telerik.com/UPEtinof/2

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

omti
Posted on: 06 Jan 2021 06:51

Hello,

This is not fixed.

The problem is occurring in your demo still.

https://dojo.telerik.com/UPEtinof

Thanks