﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12695	[IE8] Ampersand and last character is lost when &amp; is the before last character of a textarea	Jean-Pierre Boskemper		"When &amp; is the before last character of the textarea, the ampersand and the last character is lost in Internet Explorer 8.

Example code:

<textarea cols=""80"" id=""editor1"" name=""editor1"" rows=""10"">Testing Ampersand here: A&amp;B -- A&amp;B</textarea>
	
<script>
	CKEDITOR.replace( 'editor1' );
</script>


Firefox and IE11 shows in the CKEditor:
Testing Ampersand here: A&B -- A&B

IE8 shows in the CKEditor:
Testing Ampersand here: A&B -- A
"	Bug	closed	Normal		General		expired		
