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

Can't press up to move the caret when there's a word wrapping #640

Open
sorawee opened this issue Sep 13, 2023 · 0 comments
Open

Can't press up to move the caret when there's a word wrapping #640

sorawee opened this issue Sep 13, 2023 · 0 comments

Comments

@sorawee
Copy link
Contributor

sorawee commented Sep 13, 2023

Consider:

#lang racket


("aaaaaaaaaaaaaaaaaa" "bbbbbbbbbbbbbbbbbbb")


123

Paste this to the definition pane. Enable word wrapping. And resize the definition pane so that it looks exactly like this:

Screenshot 2023-09-14 at 4 42 37 AM

Now, place the caret at the last line, and repeatedly hit "Up" to move the caret toward the first line. It will get stuck in front of "bbbb.

Note that the width of the window must be just right to provoke the issue (with the ending " entering a newline). If the width is too small, the caret is able to moved just fine. If it's too large, it will work fine too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant