Index: /CKEditor/branches/prototype/_source/core/dom/range.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/dom/range.js	(revision 2756)
+++ /CKEditor/branches/prototype/_source/core/dom/range.js	(revision 2757)
@@ -409,5 +409,9 @@
 
 			if ( start.equals( end ) )
+			{
+				if ( start.type == CKEDITOR.NODE_ELEMENT && this.endOffset == this.startOffset + 1 )
+					return start.getChild( this.startOffset );
 				return start;
+			}
 
 			if ( end.type == CKEDITOR.NODE_ELEMENT && end.contains( start ) )
