-
Notifications
You must be signed in to change notification settings - Fork 689
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
Fixes #3431. TextView and TextField are showing the cursor beyond their limits. #3432
Fixes #3431. TextView and TextField are showing the cursor beyond their limits. #3432
Conversation
…nd their limits.
Views should not have to do complex cursor logic just to position / show a cursor. Application should take care of more of the heavy liftig. Advanced cursor handling should be possible. ProcessCursor is poorly designed and fragile.
…ix_3431 Prototype/WIP for revamping how cursor handling works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unit tests are failing.
Other than whatever that is, I think this is worth merging even though we'll eventually refactor Cursor susport per cursor.md
.
@BDisp do you agree?
It's not failing here.
Yes I agree. |
Can you please merge in the cursor.md PR? |
…ix_3431 Adds cursor.md
Done. |
Fixes
Proposed Changes/Todos
Pull Request checklist:
CTRL-K-D
to automatically reformat your files before committing.dotnet test
before commit///
style comments)