Closed (won't fix)
Project:
Zen
Version:
6.x-2.x-dev
Component:
CSS/HTML Markup
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Feb 2009 at 09:56 UTC
Updated:
19 Dec 2010 at 00:13 UTC
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
Comment #1
amitaibuAdd RTL tag
Comment #2
johnalbinMeaning the ie-rtl.css definitions aren't in the HTML? or that no css stylesheets are in the HTML?
Comment #3
amitaibuMeaning that without http://drupal.org/project/unlimited_css stylesheets are not loaded (the 31 stylesheets problem)
Comment #4
amitaibuI forgot to mention that this happens when file system is defined as 'Private', and Drupal can't compress stylesheeyts together.
Comment #5
rusdvl commentedyou need to enable css compression and it then includes the css. although it still isnt perfect. the layout is still slightly broken...
Comment #6
johnalbinOuch. 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.
Comment #7
johnalbinBug in the CSS optimizer, IMO, which is fixed in D7. But I'll come up with a work-around.
Comment #8
nimi commentedHi JohnAlbin,
Is this fixed?
Comment #9
johnalbinNope. And I haven't thought of a work-around either. :-(
Comment #10
barrapontoisn't http://drupal.org/project/ie_css_optimizer already a workaround? we are talking about a core bug here.
Comment #11
barrapontoduplicates http://drupal.org/node/936580
Comment #12
barrapontosorry, i forgot there were private download and rtl stylesheets conditions at work here.
Comment #13
akalata commentedWhat's the consensus on this? Needs work, duplicate? Does it belong in Zen, or in core?
Comment #14
barrapontoYes, 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.