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

Inserting Text until Linebreak is reached compromises Cursor #1703

Open
linusha opened this issue Feb 4, 2025 · 0 comments · May be fixed by #1716
Open

Inserting Text until Linebreak is reached compromises Cursor #1703

linusha opened this issue Feb 4, 2025 · 0 comments · May be fixed by #1716
Assignees
Labels
🐞 bug Something isn't working

Comments

@linusha
Copy link
Contributor

linusha commented Feb 4, 2025

I believe a fixed (both dimensions) text morph with linewrapping enabled is enough to cause this.

cursor_linewrap_bug.mp4

I investigated a bit further and it turns out that this is due to the default line-wrapping being by words. Switching to by-chars before doing what I did in the video solves the problem. However, switching a broken morph to by-chars still leaves the cursor corrupted.

@linusha linusha added the 🐞 bug Something isn't working label Feb 4, 2025
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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants