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: {{{

This is some <tag> in the editor

}}} - Press submit, the result is now: {{{

This is some in the editor

}}} Another way to reproduce it: - In SampleConfig.aspx set the following: {{{ protected void Page_Load(object sender, EventArgs e) { CKEditor1.Text = ""

This is some <tag> in the editor

""; } }}} - Launch the sample, the result in the editor is: {{{

This is some in the editor

}}}" Bug closed Normal Server : ASP.Net 3.5.2 fixed