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

Android - fix selection bounds in TextEditBuffer #16970

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

emmauss
Copy link
Contributor

@emmauss emmauss commented Sep 9, 2024

What does the pull request do?

Ensures that text selection in TextEditBuffer has valid range, i.e. start is less than or equal to end.

What is the current behavior?

What is the updated/expected behavior with this PR?

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

Checklist

Breaking changes

Obsoletions / Deprecations

Fixed issues

Fixes #16961

@avaloniaui-bot
Copy link

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

@maxkatz6 maxkatz6 added the bug label Sep 12, 2024
@maxkatz6 maxkatz6 merged commit 94e81ba into master Sep 12, 2024
12 checks passed
@maxkatz6 maxkatz6 deleted the android_fix_selection_bounds branch September 12, 2024 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android: Crashes and oddities with shortcuts on external keyboards
4 participants