﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11855	the problem of parsing angle brackets(&lt;&gt;) after  transferred by ckeditor	aang		"1.the version of my ckeditor is ckeditor_4.3.4_full;[[BR]]
2.when I put some angle brackets(&lt;&gt;) in textarea, the ckeditor cannot parse it if there are not a blank space around it.

example:[[BR]]
(1) nothing happened in ckeditor.[[BR]]
<textarea name=""editor1"" id=""editor1"">[[BR]]
<p>&lt;hello!&gt;</p>[[BR]]
</textarea> [[BR]]

(2)will be showed correctly.(notice the space around hello!)[[BR]]
<textarea name=""editor1"" id=""editor1"">[[BR]]
<p>&lt; hello! &gt;</p>[[BR]]
</textarea> [[BR]]"	Bug	closed	Normal		Accessibility		invalid		
