id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
248,Terminator backspace,Guillaume Outters,,"Summary:
Backspace conglomerates blocks, without being smart.

Example:
http://www.fckeditor.net/demo
Source
<div><br/><h1>Machin</h1></div>
Source
click before the « M »
backspace

Effect:
« Machin » disappears

Cause:
fckenterkey.js, line 202 (revision 203): when hitting backspace, except in some rare cases, the current element is merged within the previous one. In the example ""crasher"",
<div><br/><h1>Machin</h1></div>
became
<div><br>Machin</br></div>
oops!

Same with an image, and so on.

Priority: if not for the line asking not to play on Priority on bug reports, I would have set this to High.",Bug,closed,Normal,FCKeditor 2.4.1,UI : Enter Key,SVN (FCKeditor) - Retired,fixed,Confirmed,
