﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4376	Contents already be removed in <noembed></noembed> section.	Jeff Chu		"In FCKeditor 2.6.4, I insert a Flash object tag into editor with ""Source"" mode, and I switch to ""WYSIWYG"" editing mode, and switch to ""Source"" again, the content in <noembed></noembed> inside the EMBED tag will be removed automatically.

How to reproduce:

 1. In editor, switch to ""Source"" mode by click Source button on toolbar.
 2. Paste the following code:

{{{
<embed autostart=""false"" showstatusbar=""1"" wmode=""transparent"" type=""application/x-mplayer2"" height=""310"" width=""365"" src=""FileDownLoad/VideoFile/Video/Test.wmv""><noembed>THIS CONTENT WILL BE REMOVED.</noembed></embed>
}}}

 3. Click ""Source"" button again to switch to normal mode.
 4. Click ""Source"" button to view source, you can notice <noembed></noembed>, the content already be removed automatically like this:

{{{
<embed autostart=""false"" showstatusbar=""1"" wmode=""transparent"" type=""application/x-mplayer2"" height=""310"" width=""365"" src=""FileDownLoad/VideoFile/Video/Test.wmv""><noembed></noembed></embed>
}}}"	Bug	confirmed	Normal		Core : Output Data	3.0		IE8 IE7	
