CodeEditTextView icon indicating copy to clipboard operation
CodeEditTextView copied to clipboard

🐞 Scroll position should follow cursor as it goes out of view when typing

Open austincondiff opened this issue 1 year ago • 0 comments

Description

As the user types, if the cursor goes below the viewport, the cursor currently goes out of view and the scroll position is not updated as expected. However, it does update scroll position if the user arrows up, down, left or right.

To Reproduce

  1. Open file
  2. Type press return key until cursor goes out of view
  3. Notice that scroll position is not updated to keep cursor in view

Expected Behavior

Scroll position should update to keep the cursor in view.

Version Information

No response

Additional Context

No response

Screenshots

https://github.com/user-attachments/assets/cd9f3565-da47-464a-a83c-e4438f1e746e

austincondiff avatar Oct 04 '24 16:10 austincondiff