tinymce-angular icon indicating copy to clipboard operation
tinymce-angular copied to clipboard

Updating content externally or using DynamicFormControlComponent causes the cursor to jump to the start

Open ZeroRex0126 opened this issue 6 months ago • 1 comments

Updating content externally or using DynamicFormControlComponent to update the value causes the cursor to jump to the start of the rich text editor. This issue also happens if there is another subscription firing to update the value somehow while typing

https://codesandbox.io/s/tinymce-angular-forked-sdwgoj

while typing it should not jump to the start, updating the value externally should not jump to the start, and after updating the value it should not jump to the start

Version 6.0.0 on Angular 13 and latest

ZeroRex0126 avatar Aug 27 '25 06:08 ZeroRex0126