Ticket #5730: 5730.patch

File 5730.patch, 583 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/clipboard/plugin.js

     
    163163        {
    164164                var doc = this.document;
    165165
    166                 // Avoid recursions on 'paste' event for IE.
    167                 if ( CKEDITOR.env.ie && doc.getById( 'cke_pastebin' ) )
     166                // Avoid recursions on 'paste' event or consequent paste too fast. (#5730)
     167                if ( doc.getById( 'cke_pastebin' ) )
    168168                        return;
    169169
    170170                // If the browser supports it, get the data directly
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy