Index: /FCKeditor/trunk/editor/_source/internals/fckxhtml.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckxhtml.js	(revision 126)
+++ /FCKeditor/trunk/editor/_source/internals/fckxhtml.js	(revision 127)
@@ -328,5 +328,5 @@
 	{
 		// Firefox may create empty tags when deleting the selection in some special cases (SF-BUG 1556878).
-		if ( htmlNode.innerHTML.Trim().length == 0 && !node.getAttribute( 'name' ) )
+		if ( htmlNode.innerHTML.Trim().length == 0 && !htmlNode.name )
 			return false ;
 
