﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1323	Table and P Delete bug in fckenterkey.js (DoDelete)	Scott McNaught		"To replicate: 

Set the source to:

<table width=""400"">
	<tbody>
	<tr>
		<td>Cell 1</td>
		<td>
		<p>Press delete -&gt;</p>
		</td>
	</tr>
	<tr>
		<td>Cell 2</td>
		<td>Cell 3</td>
	</tr>
	</tbody>
</table>

Press delete at the end of the top right cell.

The problem occurs in: FCKEnterKey.prototype.DoDelete at 
var eNext = FCKDomTools.GetNextSourceElement( oCurrentBlock, true, [ oRange.StartBlockLimit.nodeName ], ['UL','OL'] ) ;

eNext is a TR element which is then passed into _ExecuteBackspace, causing the cells to merge up.

Perhaps add 'TR' into the ignore elements list?

Scott"	Bug	closed	Normal	FCKeditor 2.5 Beta	UI : Enter Key	SVN (FCKeditor) - Retired	fixed		
