Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5902)
+++ /CKEditor/trunk/CHANGES.html	(revision 5903)
@@ -47,4 +47,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/5237">#5237</a> : English text in dialogs' title was flipped when using RTL language (office2003 and v2 skins).</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6289">#6289</a> : Deleting nested table removed the parent cell.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6341">#6341</a> : The editor contents now has the text cursor.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/contents.css
===================================================================
--- /CKEditor/trunk/contents.css	(revision 5902)
+++ /CKEditor/trunk/contents.css	(revision 5903)
@@ -21,5 +21,7 @@
 	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
 	To prevent this misbehavior, we show the scrollbar always */
-	_overflow-y: scroll
+	_overflow-y: scroll;
+	/* #6341: The text cursor must be set on the editor area. */
+	cursor: text;
 }
 
