We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using TextTrimming with RTL text, only the ellipsis ("...") is displayed, and the truncated part of the text is not shown.
TextTrimming
TextBlock
CharacterEllipsis
WordEllipsis
The truncated text should be partially visible before the ellipsis, similar to LTR text behavior.
11.2.0
Windows
No response
The text was updated successfully, but these errors were encountered:
@dme-compunet can you try 11.2.1 or even better latest nightly?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using
TextTrimming
with RTL text, only the ellipsis ("...") is displayed, and the truncated part of the text is not shown.To Reproduce
TextBlock
with RTL text.TextTrimming
toCharacterEllipsis
orWordEllipsis
.Expected behavior
The truncated text should be partially visible before the ellipsis, similar to LTR text behavior.
Avalonia version
11.2.0
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: