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
Editor crashes when transforming MarkerDelta that has a MarkerOperation with null as one of its ranges.
MarkerOperation may have null values, for example when it creates or removes a marker. This was not taken into consideration when writing transformation in engine/model/delta/basic-transformations~transformMarkerDelta.
The text was updated successfully, but these errors were encountered:
scofalik
changed the title
Editor crashes when transforming MarkerDelta with null as one of it's ranges.
Editor crashes when transforming MarkerDelta that has null as one of its ranges.
May 10, 2017
Fix: `MarkerDelta` transformation should no longer cause editor to crash, if a `MarkerOperation` had `null` as it's `oldRange` or `newRange`. Closes #943.
mlewand
transferred this issue from ckeditor/ckeditor5-engine
Oct 9, 2019
Editor crashes when transforming
MarkerDelta
that has aMarkerOperation
withnull
as one of its ranges.MarkerOperation
may havenull
values, for example when it creates or removes a marker. This was not taken into consideration when writing transformation inengine/model/delta/basic-transformations~transformMarkerDelta
.The text was updated successfully, but these errors were encountered: