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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

responsive problem with pagination and others in RTL mode #38955

Open
abomareya opened this issue Oct 13, 2022 · 3 comments
Open

responsive problem with pagination and others in RTL mode #38955

abomareya opened this issue Oct 13, 2022 · 3 comments

Comments

@abomareya
Copy link

Steps to reproduce the issue

Two problems seems in RTL mode (not LTR) , pagination and long links not responsive to the mobile and causes page shift

For example, I solved pagination problem by : css code 馃槃 .pagination {
flex-wrap: wrap;
}

Expected result

pagination , long links and long words or lines will be responsive in RTL template mode (for example : in ARABIC language )

Actual result

System information (as much as possible)

Additional comments

@drmenzelit
Copy link
Contributor

Can you please provide more information (Joomla version, template used..) and maybe screenshots of the problem?

@brianteeman
Copy link
Contributor

The problem is not RTL but more specifically arabic.

Arabic does not have the same rules as other languages for break-word and hyphenations etc so the css works differently when the language is arabic and may well need specific changes for arabic.

https://www.w3.org/International/i18n-tests/

@Hackwar Hackwar added the bug label Feb 22, 2023
@hans2103
Copy link
Contributor

Can it be that this issue might be solved when #32674 is solved too?

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

6 participants