Ticket #3366: 3366.patch

File 3366.patch, 736 bytes (added by Martin Kou, 15 years ago)
  • _source/plugins/pastefromword/dialogs/pastefromword.js

     
    138138                },
    139139                onShow : function()
    140140                {
     141                        // FIREFOX BUG: Force the browser to render the dialog to make the to-be-
     142                        // inserted iframe editable. (#3366)
     143                        this.parts.dialog.$.offsetHeight;
     144                       
    141145                        var container = this.getContentElement( 'general', 'editing_area' ).getElement(),
    142146                                iframe = CKEDITOR.dom.element.createFromHtml( '<iframe src="javascript:void(0)" frameborder="0" allowtransparency="1"></iframe>' );
    143147
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy