-
Notifications
You must be signed in to change notification settings - Fork 4.8k
"START_OF_SELECTED_AREA" character appears after undo #15619
Copy link
Copy link
Closed
Labels
Needs TestingNeeds further testing to be confirmed.Needs further testing to be confirmed.[Feature] Rich TextRelated to the Rich Text component that allows developers to render a contenteditableRelated to the Rich Text component that allows developers to render a contenteditable
Description
Describe the bug
Undoing a paragraph merge leaves behind a copy of the START_OF_SELECTED_AREA (0x0086) char.
To reproduce
Steps to reproduce the behavior:
- Start off with this html:
<p>Word</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Press</p>
<!-- /wp:paragraph -->
- Merge the “Press” block to the one above it
- Undo
- Inspect the html via the browser dev tools and verify that the special char is there before the
Pressword in the second block
Expected behavior
No copies of the special char should be left in the text/markup.
Desktop (please complete the following information):
- OS: macOS 10.14.4
- Browser Firefox 66.0.5
- Version on hash eea04cf
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs TestingNeeds further testing to be confirmed.Needs further testing to be confirmed.[Feature] Rich TextRelated to the Rich Text component that allows developers to render a contenteditableRelated to the Rich Text component that allows developers to render a contenteditable
Type
Fields
Give feedbackNo fields configured for issues without a type.
