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
Is this a bug report or feature request? (choose one)
π Bug report
π» Version of CKEditor
Latest master
π Steps to reproduce
Open the multi-root editor sample in the documentation page on the latest master.
Focus the image.
β Expected result
The image is focused properly.
β Actual result
The editor crashes.
π Other details that might be useful
GIF
Error
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 Fr.change (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:122523)
at e (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:274322)
at Fr.<anonymous> (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:274543)
at Fr.<anonymous> (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:31867)
at Fr.fire (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:33261)
at Fr.set [as isRenderingInProgress] (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:46280)
at Fr._render (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:123677)
at Fr.<anonymous> (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:120223)
at Fr.fire (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:33261)
at Fr.change (http://192.168.1.46:8080/build/docs/ckeditor5/latest/snippets/examples/multi-root-editor/snippet.js:4:123061)
It's a regression.
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
The image is focused properly.
β Actual result
The editor crashes.
π Other details that might be useful
GIF
Error
It's a regression.
The text was updated successfully, but these errors were encountered: