Ticket #6358: 6358.patch

File 6358.patch, 624 bytes (added by Tobiasz Cudnik, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    9090                        {
    9191                                this.document.$.execCommand( 'inserthtml', false, '<span id="cke_paste_marker" cke_temp="1"></span>' );
    9292                                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                        }
    9699
    97100                        CKEDITOR.tools.setTimeout( function()
    98101                                {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy