Index: /FCKeditor/trunk/editor/_source/classes/fckelementpath.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckelementpath.js	(revision 86)
+++ /FCKeditor/trunk/editor/_source/classes/fckelementpath.js	(revision 87)
@@ -25,10 +25,10 @@
 
 			var sElementName = e.nodeName.toUpperCase() ;
-			// TODO: Review the Regex and move it to the RegexLib. (form / caption
+			// TODO: Review the Regex and move it to the RegexLib.
 			if ( !eBlock && (/^(?:P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|DT|DE)$/).test( sElementName ) )
 				eBlock = e ;
 				
 			// TODO: Review the Regex and move it to the RegexLib.
-			if ( !eBlockLimit && (/^(?:BODY|TD|TH|CAPTION)$/).test( sElementName ) )
+			if ( !eBlockLimit && (/^(?:BODY|TD|TH|CAPTION|FORM)$/).test( sElementName ) )
 				eBlockLimit = e ;
 
