﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5427	Initial Value of CkEditor interprets non-html text as html.	Christian Stone		"Type code in a ckeditor instance containing html.  Note, don't style normal text, but type in the following plain text:
<br/><b>some text</b><table><tr><td>some table data</td></tr></table>

The submitted data is correct.  The value of the submit is as follows:
<p>
	&lt;br/&gt;&lt;b&gt;some text&lt;/b&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;some table data&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</p>

This is where the problem lies.  Populate a textarea with this data and instantiate a ckeditor on it.
        <textarea cols=""70"" id=""messageBody"" style=""width:805px"" rows=""8"" name=""messageBody"" tabindex=""2""><p>
	&lt;br/&gt;&lt;b&gt;some text&lt;/b&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;some table data&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</p>
</textarea>

Instead of seeing the typed text, you see a full html rendering of your typed text in the ckeditor field.  ""Some Text"" is bold, and there is a table with a cell containing ""some table data"".

Expectation is that the editor should render the text ""<br/><b>some text</b><table><tr><td>some table data</td></tr></table>"" instead of html.

Am I missing something, or is this an error?  This is important, as I allow people to preview their posts and I wish to use this editor.  If they preview the post, and there is any typed code, it munges the data.

Firefox (latest) Mac OS X Snow Leopard.
"	Bug	closed	Normal		General	3.2	invalid		
