X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fwysiwygarea%2Fplugin.js;h=ff4a80e9722e9422986879230f2972bdfa231723;hp=76501cc8ba0a6d2f3114f6b31c2754902bd883a6;hb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b diff --git a/_source/plugins/wysiwygarea/plugin.js b/_source/plugins/wysiwygarea/plugin.js index 76501cc..ff4a80e 100644 --- a/_source/plugins/wysiwygarea/plugin.js +++ b/_source/plugins/wysiwygarea/plugin.js @@ -1096,9 +1096,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license editor.document.$.title = frameLabel; }); - // IE8 stricts mode doesn't have 'contentEditable' in effect + // IE>=8 stricts mode doesn't have 'contentEditable' in effect // on element unless it has layout. (#5562) - if ( CKEDITOR.env.ie8Compat ) + if ( CKEDITOR.document.$.documentMode >= 8 ) { editor.addCss( 'html.CSS1Compat [contenteditable=false]{ min-height:0 !important;}' );