X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fforms%2Fdialogs%2Ftextfield.js;h=a2a4d3d3444ccf160cf18035b0d3f5517b1d6e9f;hb=refs%2Ftags%2Fv3.4;hp=d54cb28df799027852eb4ace6ce6137c9ace0d4e;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/plugins/forms/dialogs/textfield.js b/_source/plugins/forms/dialogs/textfield.js index d54cb28..a2a4d3d 100644 --- a/_source/plugins/forms/dialogs/textfield.js +++ b/_source/plugins/forms/dialogs/textfield.js @@ -147,7 +147,13 @@ CKEDITOR.dialog.add( 'textfield', function( editor ) style : 'width:50px', validate : CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed ) } - ] + ], + onLoad : function() + { + // Repaint the style for IE7 (#6068) + if ( CKEDITOR.env.ie7Compat ) + this.getElement().setStyle( 'zoom', '100%' ); + } }, { id : 'type',