﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5627	textarea/textfield contents are editable	Garry Yao		"On '''3.3.x''' branch the following bug is noticed.
=== Environment ===
Firefox, IE
=== Reproducing Procedures ===
 1. Open any of the sample page and make the following selection:
{{{
<textarea name=""editable"" id="""" cols=""30"" rows=""10"">^some text</textarea>
}}}
    * Actual Result: The textarea become editable in effects.
 1. Press 'Enter' key inside the editable textarea;
    * Actual Result: New paragraph is created before the textarea;
 1. Put the cursor among the text and press 'Enter' key again;
    * Actual Result: In IE, the textarea is splitted into two.  
"	Bug	closed	Normal	CKEditor 3.4	General		fixed	IE	
