Issue placeholder - until I find the problem, or someone else does: When changing the langugae to RTL on IE, the CSS definitions aren't sent.

Comments

amitaibu’s picture

Issue tags: -zen +RTL

Add RTL tag

johnalbin’s picture

Component: Code » CSS/HTML Markup
Status: Active » Postponed (maintainer needs more info)

Meaning the ie-rtl.css definitions aren't in the HTML? or that no css stylesheets are in the HTML?

amitaibu’s picture

Meaning that without http://drupal.org/project/unlimited_css stylesheets are not loaded (the 31 stylesheets problem)

amitaibu’s picture

I forgot to mention that this happens when file system is defined as 'Private', and Drupal can't compress stylesheeyts together.

rusdvl’s picture

you need to enable css compression and it then includes the css. although it still isnt perfect. the layout is still slightly broken...

johnalbin’s picture

Title: Zen RTL doesn't work on IE » Zen RTL hits IE 31 stylesheet limit when Drupal uses private download method
Category: support » task
Status: Postponed (maintainer needs more info) » Active

I forgot to mention that this happens when file system is defined as 'Private', and Drupal can't compress stylesheeyts together.

Ouch. That's a known problem with Drupal 6 and earlier. Private files and CSS optimization are incompatible. Crap. Crap. Crap. :-p

Ok. We do need a fix for this. blargh.

johnalbin’s picture

Category: task » bug

Bug in the CSS optimizer, IMO, which is fixed in D7. But I'll come up with a work-around.

nimi’s picture

Hi JohnAlbin,

Is this fixed?

johnalbin’s picture

Nope. And I haven't thought of a work-around either. :-(

barraponto’s picture

isn't http://drupal.org/project/ie_css_optimizer already a workaround? we are talking about a core bug here.

barraponto’s picture

Status: Active » Closed (duplicate)
barraponto’s picture

Status: Closed (duplicate) » Active

sorry, i forgot there were private download and rtl stylesheets conditions at work here.

akalata’s picture

Status: Active » Needs review

What's the consensus on this? Needs work, duplicate? Does it belong in Zen, or in core?

barraponto’s picture

Status: Needs review » Closed (won't fix)

Yes, it is a core problem. Just search for it on the Core issue queue. What matters the most right now is that there won't be a fix for D6, nor will IE CSS Optimizer fix it. There is a patch mantained by arhak at http://drupal.org/node/572516 but it *will not be merged into D6*.

D7, however, solves it on its own.