Ticket #3433: 3433.patch
File 3433.patch, 721 bytes (added by , 14 years ago) |
---|
-
_source/plugins/sourcearea/plugin.js
71 71 72 72 onResize = function() 73 73 { 74 // Holder rectange size is stretched by textarea, 75 // so hide it just for a moment. 76 textarea.hide(); 74 77 textarea.setStyles( getHolderRect() ); 78 // When we have proper holder size, show textarea again. 79 textarea.show(); 75 80 }; 76 81 styles = CKEDITOR.tools.extend( styles, getHolderRect(), true ); 77 82 editor.on( 'resize', onResize );