Ticket #8941: 8941.patch

File 8941.patch, 678 bytes (added by Garry Yao, 12 years ago)
  • _source/plugins/wysiwygarea/plugin.js

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    556556                                                {
    557557                                                        onResize = function()
    558558                                                        {
     559                                                                // Hide the iframe to get real size of the holder. (#8941)
     560                                                                mainElement.setStyle( 'width', '100%' );
    559561                                                                iframe.hide();
     562
    560563                                                                iframe.setSize( 'width', mainElement.getSize( 'width' ) );
     564                                                                mainElement.removeStyle( 'width' );
    561565                                                                iframe.show();
    562566                                                        };
    563567
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy