I am currently working with the CKEditor library in BC and using its ClassicEditor.
Everything works fine but however sometimes when i delete the last line/char, the Editor seems to lose it´s focus and the screen jumps in a different place on the page.
For example: I am standing in the end of the text with some carriage returns. Now if i delete the last line, the scrollbar scrolls up and the focus is no longer where my selection is.
Result:
Do i have to do some CSS work or do i have to adjust some javascript files?