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

🐞 When selecting text with keyboard, scroll is not updated properly #8

Closed
austincondiff opened this issue Dec 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@austincondiff
Copy link
Contributor

austincondiff commented Dec 20, 2023

Description

If selecting text beyond bottom of the text view viewport with ⇧▾, the scroll isn't immediately adjusted to show the bottom of the selected text until selected a few more lines after that point.

To Reproduce

  1. Select some text beyond the bottom of the viewport with ⇧▾.
  2. Notice scroll position isn't updated until pressing it a few more times.

Expected Behavior

The scroll should be update after the partial or complete line below the viewport is selected.

Version Information

CodeEditTextView: 0.7.0
macOS: 14.0
Xcode: 15.0

@austincondiff austincondiff added the bug Something isn't working label Dec 20, 2023
@thecoolwinter
Copy link
Contributor

Fixed with #38 (re: the changes to the scrollSelectionToVisible functions)

@github-project-automation github-project-automation bot moved this from 🆕 New to 🏁 Complete in CodeEdit Project Aug 22, 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

No branches or pull requests

2 participants