-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: EditorFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
Milestone
Description
Bug report
Kendo Editor adds spans with no decoration on new paragraph - Video - https://www.screencast.com/t/qM9lX7RlPEr
Reproduction of the problem
Use the following Dojo
- Add the following to the HTML view of the editor:
<span>Testing</span>
- Switch back to the WYSIWYG mode
- Hit enter twice to add two new line
- Enter some text (e.g. "Text from WYSIWYG view")
- Hit enter to add a new line
- Switch back to HTML view
Current behavior
Notice how it keeps replicating the spans - HTML view will show the following:
<p><span>Test</span></p>
<p><span> </span></p>
<p><span>Test from WYSIWYG view</span></p>
<p><span> </span></p>
Expected behavior
<p>Test</p>
<p> </p>
<p>Test from WYSIWYG view</p>
<p> </p>
Environment
- Kendo UI version: 2021.2.511
- Browser: all
Metadata
Metadata
Assignees
Labels
BugC: EditorFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery