Closed (fixed)
Project:
Easy Breeze
Version:
7.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Feb 2010 at 10:34 UTC
Updated:
1 Apr 2011 at 09:21 UTC
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
Comment #1
tsi commentedNow 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.
Comment #2
hswong3i commentedI 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.
Comment #3
hswong3i commentedeasybreeze-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
Comment #5
hswong3i commentedOK RTL is now supported within 6.x-2.0-beta1 and 7.x-3.0-beta1, again. Please download and test it out :D