Ticket #4085: 4085.patch

File 4085.patch, 2.0 KB (added by Tobiasz Cudnik, 14 years ago)
  • _source/plugins/clipboard/dialogs/paste.js

     
    104104                                this.getParentEditor().document.getBody().$.contentEditable = 'true';
    105105                },
    106106
     107                onLoad : function()
     108                {
     109                        if ( ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) && editor.lang.dir == 'rtl' )
     110                                this.parts.contents.setStyle( 'overflow', 'hidden' );
     111                },
     112
    107113                onOk : function()
    108114                {
    109115                        var container = this.getContentElement( 'general', 'editing_area' ).getElement(),
  • _source/plugins/pastefromword/dialogs/pastefromword.js

     
    233233                        if ( CKEDITOR.env.ie )
    234234                                this.getParentEditor().document.getBody().$.contentEditable = 'true';
    235235                },
     236                onLoad : function()
     237                {
     238                        if ( ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) && editor.lang.dir == 'rtl' )
     239                                this.parts.contents.setStyle( 'overflow', 'hidden' );
     240                },
    236241                contents :
    237242                [
    238243                        {
  • CHANGES.html

     
    171171                <li><a href="http://dev.fckeditor.net/ticket/4018">#4018</a> : Firefox2 had no richcombo text visible.</li>
    172172                <li><a href="http://dev.fckeditor.net/ticket/4035">#4035</a> : [IE6] Paste dialog size was too small.</li>
    173173                <li><a href="http://dev.fckeditor.net/ticket/4049">#4049</a> : Kama skin was too wide with config.width.</li>
     174                <li><a href="http://dev.fckeditor.net/ticket/4085">#4085</a> : Paste and Paste from Word dialogs were not well styled in IE+RTL.</li>
    174175        </ul>
    175176        <h3>
    176177                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy