Ticket #6068: 6068_2.patch

File 6068_2.patch, 659 bytes (added by Sa'ar Zac Elias, 14 years ago)
  • _source/plugins/forms/dialogs/textfield.js

     
    147147                                                                style : 'width:50px',
    148148                                                                validate : CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed )
    149149                                                        }
    150                                                 ]
     150                                                ],
     151                                                onLoad : function()
     152                                                {
     153                                                        // Repaint the style for IE7 (#6068)
     154                                                        if ( CKEDITOR.env.ie7Compat )
     155                                                                this.getElement().setStyle( 'zoom', '100%' );
     156                                                }
    151157                                        },
    152158                                        {
    153159                                                id : 'type',
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy