Ticket #4085: 4085.patch
File 4085.patch, 2.0 KB (added by , 14 years ago) |
---|
-
_source/plugins/clipboard/dialogs/paste.js
104 104 this.getParentEditor().document.getBody().$.contentEditable = 'true'; 105 105 }, 106 106 107 onLoad : function() 108 { 109 if ( ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) && editor.lang.dir == 'rtl' ) 110 this.parts.contents.setStyle( 'overflow', 'hidden' ); 111 }, 112 107 113 onOk : function() 108 114 { 109 115 var container = this.getContentElement( 'general', 'editing_area' ).getElement(), -
_source/plugins/pastefromword/dialogs/pastefromword.js
233 233 if ( CKEDITOR.env.ie ) 234 234 this.getParentEditor().document.getBody().$.contentEditable = 'true'; 235 235 }, 236 onLoad : function() 237 { 238 if ( ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) && editor.lang.dir == 'rtl' ) 239 this.parts.contents.setStyle( 'overflow', 'hidden' ); 240 }, 236 241 contents : 237 242 [ 238 243 { -
CHANGES.html
171 171 <li><a href="http://dev.fckeditor.net/ticket/4018">#4018</a> : Firefox2 had no richcombo text visible.</li> 172 172 <li><a href="http://dev.fckeditor.net/ticket/4035">#4035</a> : [IE6] Paste dialog size was too small.</li> 173 173 <li><a href="http://dev.fckeditor.net/ticket/4049">#4049</a> : Kama skin was too wide with config.width.</li> 174 <li><a href="http://dev.fckeditor.net/ticket/4085">#4085</a> : Paste and Paste from Word dialogs were not well styled in IE+RTL.</li> 174 175 </ul> 175 176 <h3> 176 177 CKEditor 3.0 RC</h3>