From 883a1984227621e409464f8d3c6422bcd9a0aeb5 Mon Sep 17 00:00:00 2001 From: Saare Date: Mon, 27 Sep 2010 11:07:14 +0000 Subject: [PATCH] #6341: Mouse cursor on the editor area does not change to "insert icon". git-svn-id: https://svn.ckeditor.com/CKEditor/trunk@5903 da63caf2-3823-0410-a1e8-d69ccee00dfb --- CHANGES.html | 1 + contents.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.html b/CHANGES.html index 24d8d6d171..8f87f39cb8 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -46,6 +46,7 @@

CKEditor 3.4.1

diff --git a/contents.css b/contents.css index 7b9c6e4ba1..79edd7846d 100644 --- a/contents.css +++ b/contents.css @@ -20,7 +20,9 @@ html { /* #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; } img:-moz-broken