Tabs doesn't show well on D6 RTL site..
Would be great to have this module working

Hope I'll have the time to try add this support myself
(work, university and wife took my free time :-)

CommentFileSizeAuthor
#12 quick_tabs.zip434.32 KBoptalgin
#3 qt_screenshots.zip184.43 KBoptalgin

Comments

katbailey’s picture

Wow - 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 :-)

pasqualle’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

if 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

optalgin’s picture

StatusFileSize
new184.43 KB

QTabs 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.

pasqualle’s picture

Thanks 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..

optalgin’s picture

I'll do my best to help

but it might take some time..
The world's economic crisis has its effect on my boss :-(

pasqualle’s picture

The next dev release should contain RTL support for the admin and the style selection forms please test and report any problems.

pasqualle’s picture

http://drupal.org/cvs?commit=157405
http://drupal.org/cvs?commit=157407

the Zen and the Excel style should have RTL support now

optalgin’s picture

I an not sure which file to download
Should I download the latest dev?

pasqualle’s picture

yes, the RTL support is only in the latest dev

pasqualle’s picture

Status: Active » Fixed

http://drupal.org/cvs?commit=158540

all styles should have RTL support now

optalgin’s picture

I'll test it soon...

optalgin’s picture

StatusFileSize
new434.32 KB

The latest dev looks really good on RTL
attached screen shots with garland theme..

I also attached hebrew translation, a little RTL gift :-)

pasqualle’s picture

http://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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

optalgin’s picture

Great work!.. Thank you!