Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 15:17 UTC
Updated:
14 Jul 2012 at 23:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
katbailey commentedWow - I hadn't even thought about that, I don't know anything about it. I will try to look into it when I have time but if you could submit a patch that would be great :-)
Comment #2
pasqualleif someone could test and confirm that the RTL presentation is still not supported we will try to find the problem and fix it
you can post screenshots also
Comment #3
optalgin commentedQTabs RTL presentation is partly supported
QTabs In default and basic styles looks fine
Tabs are presented in the right order
(item3 << item2 << item1)
and are aligned to the right
QTabs In other styles it are presented as LTR
(item1 >> item2 >> item3)
tabs and text are aligned to the left
There are also some alignment issues in the admin pages
I attached some screenshots of admin pages and tabs
Hope this will help.
I used garland and contented7 themes which have full RTL support
Let me know if you need any more info.
Comment #4
pasqualleThanks for the screenshots. We will have to add stylename-rtl.css files to the tabstyles, mostly just overriding the elements where float left is set. Those files will be picked up automatically by Drupal. (it is implemented in drupal_add_css function)
@Optalgin: If you know how to use css you could help with that. Those will be all new files, so not conflicting with current development.
I will check the admin pages after issue #339481: various improvements and fixes is fixed..
Comment #5
optalgin commentedI'll do my best to help
but it might take some time..
The world's economic crisis has its effect on my boss :-(
Comment #6
pasqualleThe next dev release should contain RTL support for the admin and the style selection forms please test and report any problems.
Comment #7
pasquallehttp://drupal.org/cvs?commit=157405
http://drupal.org/cvs?commit=157407
the Zen and the Excel style should have RTL support now
Comment #8
optalgin commentedI an not sure which file to download
Should I download the latest dev?
Comment #9
pasqualleyes, the RTL support is only in the latest dev
Comment #10
pasquallehttp://drupal.org/cvs?commit=158540
all styles should have RTL support now
Comment #11
optalgin commentedI'll test it soon...
Comment #12
optalgin commentedThe latest dev looks really good on RTL
attached screen shots with garland theme..
I also attached hebrew translation, a little RTL gift :-)
Comment #13
pasquallehttp://drupal.org/cvs?commit=158702
Hebrew translation committed
I can't check if it is correct as Hebrew letters are not displayed correctly on my computer. If you find the translation file incorrect, please let me know.
Comment #15
optalgin commentedGreat work!.. Thank you!