﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6370	FireFox deleting last character from a line deletes the EOL rather than the character	Jude Allred		"1. go to ckeditor.com/demo

2. set the article source to:
{{{
<pre>
aaaa
&nbsp; bbbb
&nbsp; cccc
&nbsp; dddd
eeee
</pre>
}}}
(There are several other configurations (some not invloving &nbsp;'s) which also cause this bug.  This is the most consistently reproducible.)

3. in wysiwyg mode, place the cursor at the end of line cccc

4. press backspace

Expected:  A C was deleted. The source now looks like this:
{{{
<pre>
aaaa
&nbsp; bbbb
&nbsp; ccc
&nbsp; dddd
eeee
</pre>
}}}

Actual: a line ending was deleted.  The source now looks like this:
{{{
<pre>
aaaa
&nbsp; bbbb
&nbsp; cccc&nbsp; dddd
eeee
</pre>
}}}"	Bug	closed	Normal		General	3.0	fixed	Firefox	
