Index: /CKEditor/trunk/_source/core/dom/elementpath.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/elementpath.js	(revision 3564)
+++ /CKEditor/trunk/_source/core/dom/elementpath.js	(revision 3565)
@@ -10,5 +10,5 @@
 
 	// Elements that may be considered the "Block limit" in an element path.
-	var pathBlockLimitElements = { body:1,div:1,td:1,th:1,caption:1,form:1 };
+	var pathBlockLimitElements = { body:1,div:1,table:1,tbody:1,tr:1,td:1,th:1,caption:1,form:1 };
 
 	// Check if an element contains any block element.
