Open
Description
This is an extremely minor issue.
In (all) text editors, if you move the caret with arrow keys, or edit text (e.g., press enter) such that the caret goes off screen, the viewport is scrolled to keep the caret in view.
Due to the overriding of Enter and Tab behaviors combined with event.PreventDefault()
, pressing enter or tab while caret is offscreen does not bring the caret into view.