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

Handling Selection get/set in TextInputMethodClient #421

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Necromanika
Copy link

What does the pull request do?

Handling selection change on TextArea and properly sync it with TextInputMethodClient callers.

What is the current behavior?

Currently TextInputMethodClient mostly ignore selection Set and doesnt respect TextEditor indexes of columns and rows.

What is the updated/expected behavior with this PR?

Working with IME

How was the solution implemented (if it's not obvious)?

The solution was achieved by correctly using column and row indexes.
Also for word completion and correction work, the _emptySelection field was added, which is necessary to simulate changing the empty selection step by step (start and end) as it works in Avalonia TextBox.

Fixed issues

Fixes #417

@Necromanika
Copy link
Author

@dotnet-policy-service agree

@danipen danipen requested review from Gillibald and danipen May 2, 2024 11:09
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 this pull request may close these issues.

Repetitive input on Android
1 participant