Index: /CKEditor/branches/features/contenteditable/_source/core/dom/node.js
===================================================================
--- /CKEditor/branches/features/contenteditable/_source/core/dom/node.js	(revision 5596)
+++ /CKEditor/branches/features/contenteditable/_source/core/dom/node.js	(revision 5597)
@@ -672,5 +672,5 @@
 					if ( current.getAttribute( 'contentEditable' ) == 'false' )
 						return true;
-					else if ( current.getAttribute( 'contentEditable' ) == 'false' )
+					else if ( current.getAttribute( 'contentEditable' ) == 'true' )
 						break;
 				}
