Repro steps:
open Edge 41 (creator's update brings it)
start an editor, e.g.: <telerik:RadEditor ID="RadEditor1" runat="server"></telerik:RadEditor>
type "ab"
press enter
type "cd"
Actual: the second paragraph contains only "d"
Expected: the second paragraph contains "cd"