﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4880	CKEditor changes tag style inside html comment with cke_protected	fabio	Alfonso Martínez de Lizarrondo	"Paste the following content in source mode, switch to WYSIWYG and back to source.

{{{
<style type=""text/css"">
<!--
.bloco1_titulo { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; font-weight:bold; background-color:#333366; padding-left:10px; }
-->
</style>
}}}

Result:

{{{
<p>
	<style type=""text/css"">
<!--{cke_protected}%3C!%2D%2D%0A.bloco1_titulo%20%7B%20font-family%3AVerdana%2C%20Arial%2C%20Helvetica%2C%20sans-serif%3B%20font-size%3A10px%3B%20color%3A%23FFFFFF%3B%20font-weight%3Abold%3B%20background-color%3A%23333366%3B%20padding-left%3A10px%3B%20%7D%0A%2D%2D%3E-->
</style></p>
}}}

Expected result: No change

Each time you click on source button, the result grows!
"	Bug	closed	Normal	CKEditor 3.5.3	Core : Output Data	3.0.2	fixed		fabio dean@… vgarikipati@…
