Is your feature request related to a problem? Please describe.
Visual editor field doesn’t cause the window to scroll when you paste text into it. The normal field doesn’t have this problem.
Describe the solution you’d like
Visual editor field causes the window to scroll so you can see the cursor.
When you paste text in the “HTML editor” (raw view) version of the field, the field expands and the window scrolls so you land with the cursor in view.
When you paste in the “visual editor” (parsed/display view) version of the field, the field still expands, but there’s no scrolling, so your cursor is off-screen.
And you want both view/editors to scroll to the cursor?