kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Immutable content is removed when a line is deleted in the Editor

Open martintabakov opened this issue 3 years ago • 0 comments

Bug report

Immutable content is incorrectly removed when you delete line in the Editor textarea.

Reproduction of the problem

  1. Open this demo - https://demos.telerik.com/kendo-ui/editor/immutable-elements
  2. Place your mouse cursor after Dear Your Name,
  3. Hit Enter
  4. Hit Backspace

Current behavior

The immutable "Dear" part of the text is removed instead of the empty line

Expected/desired behavior

The immutable content should not be removed

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [all]

martintabakov avatar Sep 30 '22 09:09 martintabakov