You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I delete text that contains a placeholder, the placeholder widget gets excluded from track changes i.e. the placeholder remains visible, and the source code shows it sitting outside the <del></del> tags.
Steps to reproduce:
start with editor that contains normal text and a placeholder
Delete all content in the editor
Click 'Source' button twice to toggle between source and back to rendered display (simulate reload of content)
Observe that placeholder deletion is not tracked. Viewing source shows it sitting outside <del> tags
I'm using the placeholder plugin: https://ckeditor.com/cke4/addon/placeholder
When I delete text that contains a placeholder, the placeholder widget gets excluded from track changes i.e. the placeholder remains visible, and the source code shows it sitting outside the
<del></del>
tags.Steps to reproduce:
<del>
tagsI've created a reproduction of the issue here: https://pace7.com/ckeditor-issue/ **
** that's using latest track changes source from
src/dist/lite
and ckeditor v4.8.0 (with bundled placholder plugin)The text was updated successfully, but these errors were encountered: