Ticket #8835: 8835.patch
File 8835.patch, 745 bytes (added by , 11 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
1179 1179 editor.addCss( 'html { height: 100% !important; }' ); 1180 1180 editor.addCss( 'img:-moz-broken { -moz-force-broken-image-icon : 1; width : 24px; height : 24px; }' ); 1181 1181 } 1182 // Remove the margin to avoid mouse confusion. (#8835) 1183 else if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) 1184 editor.addCss( 'body{margin-right:0;}' ); 1182 1185 1183 1186 /* #3658: [IE6] Editor document has horizontal scrollbar on long lines 1184 1187 To prevent this misbehavior, we show the scrollbar always */