﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6875	CKReleaser should properly compress filters in CSS files	Wiktor Walc		"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:  
 * if we move two filters into two separate CSS rules, #4821 will be back.
 * if there is no space before alpha(), #6857 appears in release version of CKEditor 3.5"	Bug	confirmed	Normal		Project : CKBuilder	4.0			
