﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
501	Editor loses styles in IE when switching between WYSIWYG and Source view repeatly	ridcully	Frederico Caldeira Knabben	"On IE 7 the following happens (even with the online demo):

 * clear all text
 * enter 'line 1' and press <return>
 * enter 'line 2' and press <return>
 * mark all text (ctrl+a) and select the red 'Title' style from the style dropdown.
 * now switch to Source Code and you see the following (as expected):[[BR]]

{{{
  <p><span class=""Title"">
  <p>line 1</p>
  <p>line 2</p>
  </span></p>
}}}

 * switch back to WYSIWYG view 
 * switch to Source Code again and you'll see that (no span anymore):[[BR]]

{{{
  <p>
  <p>&nbsp;</p>
  </p>
  <p>line 1</p>
  <p>line 2</p>
}}}

 * switch back to WYSIWYG and the style is gone :-(
"	Bug	closed	Normal	FCKeditor 2.5 Beta	Core : Styles	FCKeditor 2.4.2	fixed	Confirmed IE	
