Opened 14 years ago
Last modified 11 years ago
#6875 confirmed Bug
CKReleaser should properly compress filters in CSS files
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKBuilder | Version: | 4.0 |
Keywords: | Cc: |
Description
IE needs a comma after each filter. The following does not work:
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png',sizingMethod='scale'),alpha(opacity=30);}
This one is ok (note: space after comma before alpha):
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png',sizingMethod='scale'), alpha(opacity=30);
Dirt hack comitted with [6231]. Ideally it should be fixed in yuicompressor.
Related issues:
Attachments (1)
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
Changed 11 years ago by
Attachment: | kama_ie8_zoom.png added |
---|
comment:2 Changed 11 years ago by
Component: | Project : CKReleaser → Project : CKBuilder |
---|---|
Version: | → 4.0 |
Ops, it looks like this hack should be ported to CKBuilder. Kama skin in IE8 with zoom enabled looks bad again: