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
ckeditorerror.js:46 Uncaught CKEditorError: cannot-change-view-tree: Attempting to make changes to the view when it is in an incorrect state: rendering or post-fixers are in progress. This may cause some unexpected behavior and inconsistency between the DOM and the view. Read more: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#error-cannot-change-view-tree
at View.change (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:78039:10)
at InlineEditableUIView._updateIsFocusedClasses (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:97005:15)
at InlineEditableUIView.on (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:96981:43)
at InlineEditableUIView.fire (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:107797:29)
at InlineEditableUIView.set [as isFocused] (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:109682:11)
at updateBoundObservableProperty (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:110219:30)
at bindings.forEach.binding (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:110246:7)
at Set.forEach (<anonymous>)
at FocusTracker.observable.listenTo (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:110245:15)
at FocusTracker.fire (http://192.168.1.48:8125/ckeditor5-core/tests/manual/article.js:107797:29)
Notes
It doesn't occur if the selection is outside of the editor.
It's a regression.
It could be easly reproduced with the collaboration. User is typing -> losing connection -> editor goes read only -> connection is restored -> editor leaves the read only mode -> crash.
The text was updated successfully, but these errors were encountered:
Is this a bug report or feature request? (choose one)
🐞 Bug report
💻 Version of CKEditor
Latest master.
📋 Steps to reproduce
✅ Expected result
There's no error in the console.
❎ Actual result
The editor crashes.
📃 Other details that might be useful
Error
Notes
The text was updated successfully, but these errors were encountered: