Skip to content

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