Completed
Last Updated: 10 Jun 2021 15:25 by ADMIN
Release 2021.R2.SP.next
Richard
Created on: 26 May 2021 13:36
Category: Editor
Type: Bug Report
0
Editor value() returns empty string when replacing an element with contenteditable="false"

Bug report

In the Editor with non-editable content, if you delete the content of the element and type new value, the new value cannot be obtained.

Regression introduced in Kendo 2020.1.114

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@martin.tabakov@progress.com/EgaKIGOQ/3.
  2. Place the cursor after the text in the Editor and press backspace.
  3. Type new value.
  4. Click the test button.

Current behavior

The value method returns an empty string.

Expected/desired behavior

The value method should return the newly typed content.

Environment

  • Kendo UI version: 2021.2.511
  • Browser: [all]
0 comments