-
-
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
[IME][Chrome] Using bold after opening macOS accent panel and choosing accent throws an error #3116
Comments
I just checked it with Chrome 80.0.3987.132 on demo page and ckeditorerror.js:66 Uncaught CKEditorError: view-renderer-filler-was-lost: The inline filler node 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 (http://localhost:8125/ckeditor5/tests/manual/article.js:77853:10)
at Renderer.render (http://localhost:8125/ckeditor5/tests/manual/article.js:77646:9)
at View._render (http://localhost:8125/ckeditor5/tests/manual/article.js:82119:18)
at View.<anonymous> (http://localhost:8125/ckeditor5/tests/manual/article.js:81624:9)
at View.fire (http://localhost:8125/ckeditor5/tests/manual/article.js:115595:30)
at View.change (http://localhost:8125/ckeditor5/tests/manual/article.js:81916:10)
at View._disableRendering (http://localhost:8125/ckeditor5/tests/manual/article.js:82106:9)
at Model.EditingController.listenTo.priority (http://localhost:8125/ckeditor5/tests/manual/article.js:40512:14)
at Model.fire (http://localhost:8125/ckeditor5/tests/manual/article.js:115595:30)
at Model._runPendingChanges (http://localhost:8125/ckeditor5/tests/manual/article.js:52544:8) |
It is possible to also get this error in other browsers (Safari and Firefox), but default UI behavior is not allowing this. Hacky steps to reproduce in other browsers:
|
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it). |
Is this a bug report or feature request? (choose one)
🐞 Bug report
💻 Version of CKEditor
CKEditor 5 (v10.0.1)
📋 Steps to reproduce
Extracted from ckeditor/ckeditor5-engine#861 (see ckeditor/ckeditor5-engine#861 (comment)).
<p>Foo Bar</p>
.a
(so the macOS accent panel is opened).✅ Expected result
Bolded accent is inserted, no error thrown.
❎ Actual result
Bolded accent is inserted, error is thrown.
📃 Other details that might be useful
Happens only in Chrome (
66.0.3359.181 (Official Build) (64-bit)
). On Safari and Firefox clicking Bold button closes accent panel.The text was updated successfully, but these errors were encountered: