﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1234	Backspace is broken	Scott McNaught		"To replicate:

Source:
<p>Paragraph 1</p>
<p>&lt;-- Press backspace</p>

In the second line at the start of the paragraph, press the backspace key.
The second paragraph is deleted.

It appears to fail in 

FCKEnterKey.prototype._ExecuteBackspace = function( range, previous, currentBlock )

The ""previous"" variable is the element <p>Paragraph 1</p> as expected.
The ""currentBlock"" is <p>&lt;-- Press backspace</p> as expected.

However not sure on the technicalities of this, but for some reason you do

// Remove the current block.
FCKDomTools.RemoveNode( currentBlock ) ;

Which appears to delete the whole second paragraph.
"	Bug	closed	Normal	FCKeditor 2.5 Beta	UI : Enter Key	SVN (FCKeditor) - Retired	fixed		
