﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5220	Style tag in body element messes output in CKEditor fullpage edit	Matti Järvinen	Garry Yao	"Paste in fullpage edit source mode
{{{
<html>
	<head>
		<title>CKEditor Sample</title>
	</head>
	<body>
<style type=""text/css"">
p {
 border: 1px solid green;
}</style>
	<p>
		This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>
</body>
</html>
}}}

Switch to wysiwyg and back to source results...

{{{
<html>
	<head>
		<title>CKEditor Sample</title>
	</head>
	<body>
	</body>
</html>
<style type=""text/css"">
p {
 border: 1px solid green;
}</style>
<body>
	<p>
		This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>
</body>

}}}

Tested on svn: 5171"	Bug	closed	Normal	CKEditor 3.3	Core : Output Data	SVN (CKEditor) - OLD	fixed	Confirmed Review+	ckeditor@…
