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 Category Display in Article List #44648

Open
brianteeman opened this issue Dec 20, 2024 · 2 comments
Open

RTL Category Display in Article List #44648

brianteeman opened this issue Dec 20, 2024 · 2 comments

Comments

@brianteeman
Copy link
Contributor

Steps to reproduce the issue

Install at least one RTL language eg Farsi
Install Multilingual Sample Data
Move the sample Categories created for each language to be subcategories of Uncategorised
Image

Check the display in the article manager in both LTR and RTL

LTR

Image

RTL

Image

Actual result

System information (as much as possible)

Additional comments

@brianteeman brianteeman changed the title RTL Category Display RTL Category Display in Article List Dec 20, 2024
@richard67
Copy link
Member

Do I get right that the issue is that the language of the particular category determines the direction of the category title and not the current backend language?

@brianteeman
Copy link
Contributor Author

brianteeman commented Dec 27, 2024

all the category rows should be
Category: "1st cat" ">>" "2nd cat"
which in RTL would be
"2nd cat" "<<" "1st cat" : Category

The bug in the highlighted row is that is
"1st cat" ">>" "2nd cat" : Category

RTL is defined by the UI language but here it is getting confused when it reaches a category written in RTL and flipping it back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants