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

RTL issue when FlowDirection set to RightToLeft #401

Open
adirh3 opened this issue Feb 27, 2024 · 3 comments
Open

RTL issue when FlowDirection set to RightToLeft #401

adirh3 opened this issue Feb 27, 2024 · 3 comments

Comments

@adirh3
Copy link

adirh3 commented Feb 27, 2024

When using RTL text with FlowDirection = FlowDirection.RightToLeft the text is displayed inversed.
How it should look (works with TextBox) -
image

How it is with TextEditor -
image

To reproduce -

<ave:TextEditor Text="בדיקה בעברית" FlowDirection="FlowDirection.RightToLeft" />

Thanks!

@danipen
Copy link
Collaborator

danipen commented Feb 27, 2024

Cc @Gillibald

@Gillibald
Copy link
Contributor

Looks like VisualLines have a mirror transform applied

@adirh3
Copy link
Author

adirh3 commented Feb 27, 2024

FYI it happens with English text as well, it just flips everything I guess

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

No branches or pull requests

3 participants