-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking between two adjacent inline formatting regions results in error #11472
Comments
Hi, I was not able to reproduce this error. Could you provide a screencast to show exactly how to reproduce it? And also what is the editor version that you use? |
2022-03-16.16.40.07.mov |
Thanks! I can reproduce it now as well. Looks like it was introduced in version This happens between two adjacent inline formatting regions and can be reproduced with other plugins also. Uncaught CKEditorError: view-renderer-filler-was-lost
Read more: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#error-view-renderer-filler-was-lost
at Renderer._removeInlineFiller (renderer.js:445:1)
at Renderer.render (renderer.js:217:1)
at Renderer.<anonymous> (renderer.js:128:1)
at Renderer.fire (emittermixin.js:199:1)
at Renderer.set [as isSelecting] (observablemixin.js:95:1)
at updateBoundObservableProperty (observablemixin.js:663:1)
at observablemixin.js:690:1
at Set.forEach (<anonymous>)
at Object.<anonymous> (observablemixin.js:689:1)
at Object.fire (emittermixin.js:199:1) |
This is still present in CKEditor v34 but doesn't seem to break any functionality besides filling our error monitoring with tons of exceptions ;) |
Fix (engine): Inline filler should not be removed while updating a text node. Closes #11472.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
Don't report wrong,can continue editing
❌ Actual result
After the input, the console has been reported.
📃 Other details
This error can also be reproduced by editing the demo on the official website
The text was updated successfully, but these errors were encountered: