For some databases, the navigation frame switches from right to left what is wrong for RTL languages. I can reproduce this both locally and on demo server.
Steps I used to reproduce:
1. Import attached Aschley.sql if it does not exist.
2. Go to main page and choose RTL language (I've chosen Persian, but it should not matter).
- Now navigation frame is on right.
3. Click on Ashley link in navigation frame.
- And now it is on left.
Seems like this issue already fixed
I'm testing the demo server and follow step by step mention above, the navigation frame is stay on right.
I'm using Arabian language.
Indeed the issue seems to be gone, not sure what could have fixed it.
Okay, I've managed to reproduce it even when switching from RTL to LTR. The problem seems to be that when index.php for given database has been already loaded, the browser uses the cached version even when the language has changed. The obvious solution is to add language to URL or to adjust cache headers for index.php.
This bug was fixed in repository and will be part of a future release; thanks for reporting.
This bug was fixed in repository and will be part of a future release; thanks for reporting.