extractContents returns incorrect result when multiple nodes are selected #644
Labels
status:confirmed
An issue confirmed by the development team.
support
An issue reported by a commercially licensed client.
type:bug
A bug.
Milestone
Are you reporting a feature or a bug?
Bug
Check if the issue is already reported
https://dev.ckeditor.com/ticket/14256
Provide detailed reproduction steps (if any)
Please try this codepen: https://codepen.io/anon/pen/MoZOPE
Expected result
This is <strong>some <span class="marker">sample text</span></strong>
Actual result
This is <strong><span class="marker">sample text</span>some </strong>
Other details
The text was updated successfully, but these errors were encountered: