Ticket #6068: 6068_2.patch
File 6068_2.patch, 659 bytes (added by , 13 years ago) |
---|
-
_source/plugins/forms/dialogs/textfield.js
147 147 style : 'width:50px', 148 148 validate : CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed ) 149 149 } 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 } 151 157 }, 152 158 { 153 159 id : 'type',