Ticket #3433: 3433.patch

File 3433.patch, 721 bytes (added by Tobiasz Cudnik, 14 years ago)

Tested in IE8 (strict), IE6

  • _source/plugins/sourcearea/plugin.js

     
    7171
    7272                                                                        onResize = function()
    7373                                                                                {
     74                                                                                        // Holder rectange size is stretched by textarea,
     75                                                                                        // so hide it just for a moment.
     76                                                                                        textarea.hide();
    7477                                                                                        textarea.setStyles( getHolderRect() );
     78                                                                                        // When we have proper holder size, show textarea again.
     79                                                                                        textarea.show();
    7580                                                                                };
    7681                                                                        styles = CKEDITOR.tools.extend( styles, getHolderRect(), true );
    7782                                                                        editor.on( 'resize', onResize );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy