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

Fix #14216 Incorrectly Ordered Character Input in AutoCompleteBox #14264

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

RobertMut
Copy link
Contributor

What does the pull request do?

Fixes AutoCompleteBox's "jumping" caret index causing incorrectly ordered text input as mentioned in #14216
simple theme
fluent theme

What is the current behavior?

Typed characters are incorrectly ordered.

What is the updated/expected behavior with this PR?

Normal text input.

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

Checklist

Breaking changes

Obsoletions / Deprecations

Fixed issues

Fixes #14216 caused by #13463

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.1.999-cibuild0043686-beta. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@maxkatz6 maxkatz6 added this pull request to the merge queue Jan 18, 2024
@robloo
Copy link
Contributor

robloo commented Jan 19, 2024

@RobertMut Thanks for fixing this right away!

Merged via the queue into AvaloniaUI:master with commit f6bda07 Jan 19, 2024
6 checks passed
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.

Incorrectly Ordered Character Input in AutoCompleteBox
4 participants