Ticket #3208: 3208.patch

File 3208.patch, 600 bytes (added by Martin Kou, 15 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    383383                                        editor.on( 'insertHtml', onInsertHtml, null, null, 20 );
    384384                                        editor.on( 'insertElement', onInsertElement, null, null, 20 );
    385385                                });
     386
     387                        // #3208: Editing area should fill the editable frame in IE.
     388                        if ( CKEDITOR.env.ie )
     389                                editor.addCss( 'body{ margin: 0px; height: 100%; } html{ padding: 10px; }' );
    386390                }
    387391        });
    388392})();
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy