Ticket #6358: 6358.patch
File 6358.patch, 624 bytes (added by , 14 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
90 90 { 91 91 this.document.$.execCommand( 'inserthtml', false, '<span id="cke_paste_marker" cke_temp="1"></span>' ); 92 92 var marker = this.document.getById( 'cke_paste_marker' ); 93 marker.scrollIntoView(); 94 marker.remove(); 95 } 93 if ( marker ) 94 { 95 marker.scrollIntoView(); 96 marker.remove(); 97 } 98 } 96 99 97 100 CKEDITOR.tools.setTimeout( function() 98 101 {