﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10562	[Housekeeping] CSS gradient filters in Moono.	Olek Nowodziński	Piotr Jasiun	"Extracted from [https://github.com/ckeditor/ckeditor-dev/commit/0cb0cd035d025fa374c0b29f84560748d3047a2f#commitcomment-3457446 a comment] on GitHub.

Apparently, when generating gradients, an extra alpha value (`ff`) was set to both `startColorstr` and `endColorstr` in various places (but not everywhere). Of course it doesn't make sense, because:

{{{
startColorstr='#fff2f2f2'
}}}

and

{{{
startColorstr='#f2f2f2'
}}}

are pretty much the same thing.

There are 23 places where `progid:DXImageTransform.Microsoft.gradient` is used. Those lines got to be reviewed and cleaned up if they need attention."	Task	closed	Low	CKEditor 4.1.3	UI : Skins	4.0	fixed		
