Ticket #4863: 4863_2.patch

File 4863_2.patch, 1.1 KB (added by Minh Nguyen, 14 years ago)
  • _source/plugins/dialog/plugin.js

     
    868868                                                        children : contents.elements,
    869869                                                        expand : !!contents.expand,
    870870                                                        padding : contents.padding,
    871                                                         style : contents.style || 'width: 100%;' + ( CKEDITOR.env.ie6Compat ? '' : 'height: 100%;' )
     871                                                        style : contents.style || 'width: 100%; height: 100%;' + ( CKEDITOR.env.ie6Compat ? 'position: absolute;' : '' )
    872872                                                }, pageHtml );
    873873
    874874                        // Create the HTML for the tab and the content block.
  • _source/plugins/smiley/dialogs/smiley.js

     
    192192                        firstSmile.focus();
    193193                },
    194194                onClick : onClick,
    195                 style : 'width: 100%; height: 100%; border-collapse: separate;'
     195                style : 'width: 100%; border-collapse: separate;'
    196196        };
    197197
    198198        return {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy