Skip to content

Commit

Permalink
#6341: Mouse cursor on the editor area does not change to "insert icon".
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.ckeditor.com/CKEditor/trunk@5903 da63caf2-3823-0410-a1e8-d69ccee00dfb
  • Loading branch information
Saare authored and Saare committed Sep 27, 2010
1 parent e55a3cc commit 883a198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ <h3>
<ul>
<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>
CKEditor 3.4.1</h3>
Expand Down
4 changes: 3 additions & 1 deletion contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 883a198

Please sign in to comment.