You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using FlowDirection="RightToLeft", text like <image/> are incorrectly transformed into </image> or image />>. It seems to struggle with determining how to transform content properly. Could we consider adding more options to let users control whether and how to apply such transformations?
Describe the bug
When using FlowDirection="RightToLeft", text like
<image/>
are incorrectly transformed into</image>
orimage />>
. It seems to struggle with determining how to transform content properly. Could we consider adding more options to let users control whether and how to apply such transformations?To Reproduce
Add:
<TextBlock Text="<image/>" FlowDirection="RightToLeft" />
Expected behavior
No response
Avalonia version
11.2.3
OS
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: