﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7283	ASP.NET: entered text is not HTML encoded.	Wiktor Walc	kaga	"Steps to reproduce:

 - Open SubmitData.aspx
 - Paste the following in source mode:
{{{
<p>
	This is some &lt;tag&gt; in the editor</p>
}}}
 - Press submit, the result is now:
{{{
<p>
	This is some <tag>in the editor</tag></p>
}}}


Another way to reproduce it:
 - In SampleConfig.aspx set the following:
{{{
protected void Page_Load(object sender, EventArgs e)
{
        CKEditor1.Text = ""<p>This is some &lt;tag&gt; in the editor</p>"";
}
}}}
 - Launch the sample, the result in the editor is:
{{{
<p>
	This is some <tag>in the editor</tag></p>
}}}"	Bug	closed	Normal		Server : ASP.Net	3.5.2	fixed		
