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

If a text projector is directly adjacent to a token on the left, moving left from that token skips entering the text area #1489

Open
disconcision opened this issue Jan 30, 2025 · 0 comments · May be fixed by #1420
Assignees
Labels

Comments

@disconcision
Copy link
Member

disconcision commented Jan 30, 2025

This is because it's using what piece is indicated to decide whether to try and give the projector focus, but since a projector is convex, if the piece directly to the left is concave, it will be indicated instead. Need to check actual sibling instead.

Image
@disconcision disconcision self-assigned this Jan 30, 2025
disconcision added a commit that referenced this issue Jan 30, 2025
@disconcision disconcision linked a pull request Jan 30, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant