Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
austincondiff opened this issue Oct 4, 2024 · 0 comments · Fixed by #55
Closed
Assignees
Labels
bug Something isn't working

Comments

@austincondiff
Copy link
Contributor

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

Screen.Recording.2024-10-04.at.11.34.43.AM.mov
@austincondiff austincondiff added the bug Something isn't working label Oct 4, 2024
@thecoolwinter thecoolwinter self-assigned this Nov 10, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to 🏁 Complete in CodeEdit Project Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🏁 Complete
Development

Successfully merging a pull request may close this issue.

2 participants