Unplanned
Last Updated: 31 Jan 2022 19:37 by ADMIN
Egbert
Created on: 31 Jan 2022 19:29
Category: Editor
Type: Bug Report
1
Editor width exceeds 100%

Describe the bug

In version 2022.1.119 when the Editor is placed in the same container with another element that also has width:100% the Editor is visibly wider.

To reproduce

  1. Run this Dojo or this REPL
  2. Inspect the Editor's wrapper

Expected behavior
The Editor's width should not be overridden

Screenshots
image

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap

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
Issue not reproducible with Less Themes

1 comment
ADMIN
Stoyan
Posted on: 31 Jan 2022 19:37

Hi Egbert,

Until this bug is fixed using CSS you can select the k-editor class and set its width to 100% !important as a workaround:

        .k-editor{
            width:100% !important;
        }

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.