﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13959	CKEDITOR Data drops after <	Rahul Bhole		"
Case 1: if text passing to textarea is = text1+'<'+text2. then ckeditor drops text2 if there is no space after '<'.
 
Case 2 :  if text passing to textarea is : text1+'<'+text2+'>'+text3 then text shown in ckeditor is :text1+text3 (omits text between <>)

Note: All these when there is no space around < or > .   


eg. xyz<abc ,aaaa<ddd
== Steps to reproduce ==

1. Goto http://ckeditor.com/demo , click on source button of standard editor.
2. put any example string mentioned above(say xyz<abc) and toggle back to ckeditor(click on source button again )
3. Ckeditor will display xyz

== Expected result == CKEditor should display xyz<abc
== Actual result == CKEditor display xyz
== Other details (browser, OS, CKEditor version, installed plugins) == N/A

Note: If we put SPACE after < then everything will be fine. 
Question: If you can give me solution earlier that will be great , although is it ok to alter the source code to to handle this issue from our side?
"	Bug	closed	Normal		General		invalid		
