Opened 15 years ago
Last modified 12 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 15 years ago by
| Status: | new → confirmed |
|---|
Changed 12 years ago by
| Attachment: | kama_ie8_zoom.png added |
|---|
comment:2 Changed 12 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: