﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
255	IE with a <meta> not in a <p> tag wipes out editor	Mike Koepke		"This is a stupid bug but I thought I'd report it.

Inserting a meta tag in IE wipes out the document.  FF works fine.

1. Enter some text
2. Go to source mode
3. At the top of the editor enter 
{{{
<meta http-equiv=""Content-Type"" content=""text/html; charset=windows-1252"">
}}}
4. Go to wysiwyg mode, text is there
5. Go back to source mode, all that exists is <p><meta http-equiv=""Content-Type"" content=""text/html; charset=windows-1252""></p>  Everything else is wiped clean.

If you perform the above but put a </meta> right after <meta...> in step 3, FCK works correctly.  It encloses the <meta> in <p>, strips the </meta> and everything else is there.

This problem was found when pasting output from FrontPage (either directly into the wysiwyg mode or into source mode).  With FireFox it handled this correctly. Note: that FrontPage also includes <head>, <title> and <body> tags that FCK correctly handled and stripped out.
"	Bug	closed	Normal	FCKeditor 2.4.1	General	SVN (FCKeditor) - Retired	fixed		
