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

Cursor can be incorrectly placed past the end of a wrapped line, leading to "flashing" wrong character #3

Closed
40thieves opened this issue Aug 1, 2022 · 0 comments · Fixed by #17

Comments

@40thieves
Copy link

Clicking in the space at the end of a wrapped line will place the cursor "past" the end of the line. The cursor will then "flash" the next character of the wrapped line:

Kapture.2022-08-01.at.12.30.39.mp4

Minimal reproduction in this CodeSandbox.

I believe this is linked to this codemirror-vim bug. As mentioned in my comment there, it looks like since the cursor shouldn't be allowed there it's miscalculating which character to flash.

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

Successfully merging a pull request may close this issue.

1 participant