Closed (won't fix)
Project:
Fusion
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 Sep 2011 at 01:34 UTC
Updated:
15 Apr 2014 at 18:17 UTC
Jump to comment: Most recent, Most recent file
what about ie9-fixes.css ie9-fixes-rtl.css there is compatibility?
the design doesn't looks good on ie9 and in ie8 & ie7 u had a files css so i edit them but in ie9 there r no file and i can't edit
plz explain me how do i do that
10x
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | fusion-ie9-fixes-1273788-8.patch | 3.57 KB | steveoliver |
| #8 | fusion-ie9-fixes-1273788-7.patch | 3.57 KB | steveoliver |
| #6 | fusion-ie9-fixes-1273788-6.patch | 3.65 KB | steveoliver |
Comments
Comment #1
esmerel commentedYou can create your own ie9 file if you like, or you can override using the local.css file until our team has a chance to work on this compatibility.
I'm changing this to a feature request; I'm sure we need to figure something out here.
Comment #2
sheena_d commentedmoran,
The current set-up for conditional styles is not incredibly flexible (can't automatically include fixes CSS for new versions of IE), which is something we should probably look into a better solution for (in D7 it's not an issue). For the meantime, I've just been putting my IE 9 styles into ie-fixes.css and overriding them for IE6, 7 & 8 in those respective fixes stylesheets.
Cheers,
Sheena
Comment #3
yesct commentedCan IE9 be detected with
or
?
I can't get IE9 to pick up my fixes.
Comment #4
yesct commentedI guess it should. Found an example while reading the description of http://drupal.org/project/conditional_styles
Comment #5
hkovacs commentedmy solution for calling ie9-fixes.css (fusion-6.x-1.12):
vim fusion core template.php
change:
108:
129:
added after ie8 line 121:
write and quit.
goto dir containing tpl files:
paste the following into all page tpl files where you are calling the ie styles:
write and quit.
maybe next week if i remember, i will make a patch...
all the best.
Comment #6
steveoliver commentedA patch with the changes outlined in #5, against 6.x-1.x (6.x-1.13), is attached.
Comment #8
steveoliver commentedTrying patch again.
Comment #9
steveoliver commentedPosting again and marking needs review for testbot.
Comment #11
Poieo commentedClosing as won't fix since the D6 version is getting no new development.