Skip to content

Commit

Permalink
#6632: Fixing a regression of [5903] in IE7 where cursor changes into…
Browse files Browse the repository at this point in the history
… "text" on editor scrollbars.

git-svn-id: https://svn.ckeditor.com/CKEditor/trunk@6038 da63caf2-3823-0410-a1e8-d69ccee00dfb
  • Loading branch information
garry.yao committed Nov 4, 2010
1 parent 02087bb commit 28110ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ html
_overflow-y: scroll;
/* #6341: The text cursor must be set on the editor area. */
cursor: text;
/* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/
*cursor:auto;
}

img:-moz-broken
Expand Down

0 comments on commit 28110ff

Please sign in to comment.