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
In some particular cases, when <span> and space characters are involved, Firefox creates a mutation that doesn't change anything. Old text is same as new text. This crashes mutation handling algorithm.
Error: view-createPositionAt-offset-required: View#createPositionAt() requires the offset when the first parameter is a view item. Read more: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#error-view-createPositionAt-offset-required
ckeditorerror.js:46
The text was updated successfully, but these errors were encountered:
In some particular cases, when
<span>
and space characters are involved, Firefox creates a mutation that doesn't change anything. Old text is same as new text. This crashes mutation handling algorithm.Steps to reproduce
The text was updated successfully, but these errors were encountered: