Copy and paste suggestions from the editor did not remove deleted ones
📝 Provide detailed reproduction steps (if any)
-
open link
-
Copy content “about this made-up”
- Paste to any position
✔️ Expected result
The content pasted into the editor is: “made up”
❌ Actual result
The content pasted into the editor is: “about this made-up”
❓ Possible solution
If pasting suggestions from Word into an editor, it is expected to work
unknown
📃 Other details
- Browser: Chrome 120
- OS: Win11
- First affected CKEditor version: online
- Installed CKEditor plugins: online
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
cc @scofalik Could TC integrate with "copy" this way?
In theory - it seems so. We would need to execute discard mechanisms for these suggestions when processing content in the clipboard. In reality - I am afraid it may not be straightforward to implement, given how track changes works internally. Also, we'd need to consider some more tricky suggestions, e.g. suggestions on tables when a part of the table is selected. It should work, but there's some risk. Finally -- format suggestions (the blue ones) should probably be applied for these features where they are not applied immediately in the content (e.g. blockquote, merge cells).
Can I implement some simple scenarios through plugins