﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7607	Style attribute is deleted from the sourcecode while switching from Source to WYSIWYG	tiago ferreira		"In version 2.X or 3.X of CKEditor, the ""style"" attribute is deleted from the sourcecode while switching from Source to WYSIWYG.
On FCKeditor latest version (and nightly build), the problem is solved for Fire Fox and Chrome, but remains in IE (tested in the Demo at CK website).

A small test case would be, using IE6 or above (with WinXP or above):
[[BR]]
1. Move to Source view on the Editor;[[BR]]

2. Add following html code:[[BR]]


{{{
<div class=""test"" style=""#styleTest#""> test </div>
}}}

3. Move to WYSIWYG view;[[BR]]

4. Move back to Source view.

Note that if the style attribute includes regular css expressions it works just fine. I've tested it by replacing the code on step 2 for:

{{{
<div class=""test"" style=""background-color: red"">
   test
</div>
}}}

Thanks in advanced,

Tiago"	Bug	closed	Normal		General	3.0	wontfix	CantFix	
