Ticket #3897: 3897.patch
File 3897.patch, 1.2 KB (added by , 14 years ago) |
---|
-
3897/_source/plugins/image/dialogs/image.js
417 417 418 418 updatePreview( dialog ); 419 419 } 420 else if ( dialog.preview ) 421 { 422 dialog.preview.setAttribute( 'src', null ); 423 } 420 424 }, 421 425 setup : function( type, element ) 422 426 { -
3897/CHANGES.html
245 245 copy and paste Flash content among different editor instances.</li> 246 246 <li><a href="http://dev.fckeditor.net/ticket/4193">#4193</a> : Automatic font color produced empty span on Firefox 3.5.</li> 247 247 <li><a href="http://dev.fckeditor.net/ticket/4186">#4186</a> : [FF] Fixed First open float panel cause host page scrollbar blinking.</li> 248 <li><a href="http://dev.fckeditor.net/ticket/3897">#3897</a> : Now there is no image previews when the URL is empty in image dialog.</li> 248 249 </ul> 249 250 <h3> 250 251 CKEditor 3.0 RC</h3>