Ticket #6068: 6068.patch
File 6068.patch, 516 bytes (added by , 13 years ago) |
---|
-
_source/plugins/forms/dialogs/textfield.js
32 32 this.textField = element; 33 33 this.setupContent( element ); 34 34 } 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%' ); 35 39 }, 36 40 onOk : function() 37 41 {