When switching to rtl the Primary menu will stay on the right.
That is because the left: 0; property in style-rtl.css will not override the right: 0; in style.css (and why would it - they are different properties)
to fix this I added right:inherit; in style-rtl.css just after the left: 0; (line 148)

Comments

tsi’s picture

Now I see that in IE this is not enough.
I guess the only way for it to work in IE is NOT to use position:absolute and then use float:right/left.

If it's acceptable, I'll create a patch.

hswong3i’s picture

Assigned: Unassigned » hswong3i
Status: Active » Needs review

I just commit a fix to 6.x-1.x-dev (http://drupal.org/cvs?commit=331306). Please check with IE6 and RTL as I don't have that setup on hand. Feel free to report if bug still exists.

hswong3i’s picture

Version: 6.x-1.3 » 6.x-2.x-dev
Status: Needs review » Postponed (maintainer needs more info)

easybreeze-6.x-2.x-dev is now completely revamp as zen-6.x-2.x-dev subtheme, where RTL is a 6.x-2.x TODO target. Please feel free to download the latest version, test it out, and report your finding with RTL. If you will able to provide testing sever and setup for RTL development, please contact me too :D

hswong3i’s picture

Version: 6.x-2.x-dev » 7.x-3.0-beta1
Status: Postponed (maintainer needs more info) » Fixed

OK RTL is now supported within 6.x-2.0-beta1 and 7.x-3.0-beta1, again. Please download and test it out :D

Status: Fixed » Closed (fixed)

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