Ticket #8835: 8835_2.patch

File 8835_2.patch, 808 bytes (added by Frederico Caldeira Knabben, 12 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    11791179                                editor.addCss( 'html { height: 100% !important; }' );
    11801180                                editor.addCss( 'img:-moz-broken { -moz-force-broken-image-icon : 1;     width : 24px; height : 24px; }' );
    11811181                        }
     1182                        // Remove the margin to avoid mouse confusion. (#8835)
     1183                        else if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 )
     1184                                editor.addCss( 'body{margin-' + ( config.contentsLangDirection == 'rtl' ? 'left' : 'right' ) + ':0;}' );
    11821185
    11831186                        /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
    11841187                        To prevent this misbehavior, we show the scrollbar always */
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy