OT: Research SplitOperation#insertionPosition transformation #8873
Labels
package:engine
resolution:expired
This issue was closed due to lack of feedback.
status:stale
type:improvement
This issue reports a possible enhancement of an existing feature.
📝 Provide a description of the improvement
Followup for #8870.
In #8870 I found a bug that happened in some undo scenarios involving split operation. Upon research, it appeared that in split x insert transformation,
SplitOperation#insertionPosition
is transformed in a, let's say, naive way, that in some scenarios was incorrect. This only concerns split operations that are a result of undo (so, reversed merge operations).SplitOperation#insertionPosition
is transformed in multiple places in OT and it could be incorrectly transformed in some of them as well.The text was updated successfully, but these errors were encountered: