Changeset 6437 for CKEditor/trunk
- Timestamp:
- 02/15/11 09:20:23 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js
r6386 r6437 1097 1097 }); 1098 1098 1099 // IE 8 stricts mode doesn't have 'contentEditable' in effect1099 // IE>=8 stricts mode doesn't have 'contentEditable' in effect 1100 1100 // on element unless it has layout. (#5562) 1101 if ( CKEDITOR. env.ie8Compat)1101 if ( CKEDITOR.document.$.documentMode >= 8 ) 1102 1102 { 1103 1103 editor.addCss( 'html.CSS1Compat [contenteditable=false]{ min-height:0 !important;}' );
Note: See TracChangeset
for help on using the changeset viewer.
