Ticket #5558: 5558.patch
File 5558.patch, 693 bytes (added by , 15 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
47 47 else 48 48 this.document.$.execCommand( 'inserthtml', false, data ); 49 49 50 if ( CKEDITOR.env.webkit ) 51 { 52 this.document.$.execCommand( 'inserthtml', false, '<span id="cke_paste_marker" cke_temp="1"></span>' ); 53 var marker = this.document.getById( 'cke_paste_marker' ); 54 marker.scrollIntoView(); 55 marker.remove(); 56 } 57 50 58 CKEDITOR.tools.setTimeout( function() 51 59 { 52 60 this.fire( 'saveSnapshot' );