Ticket #6068: 6068.patch

File 6068.patch, 516 bytes (added by Tobiasz Cudnik, 14 years ago)
  • _source/plugins/forms/dialogs/textfield.js

     
    3232                                this.textField = element;
    3333                                this.setupContent( element );
    3434                        }
     35
     36                        // Repaint style for IE7. (#6068)
     37                        if ( CKEDITOR.env.ie7Compat )
     38                                this.parts.contents.getChild( [ 0,0,0,1,0 ] ).setStyle( 'zoom', '100%' );
    3539                },
    3640                onOk : function()
    3741                {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy