Ticket #7160: 7160.patch

File 7160.patch, 725 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/selection/plugin.js

     
    257257                                                                restoreEnabled = 1;
    258258                                                        });
    259259
     260
     261                                                // clipboard authentication query dialog is to be opened,
     262                                                // but document selection will not loose. (#7160)
     263                                                body.on( 'beforepaste', function()
     264                                                {
     265                                                        savedRange = null;
     266                                                });
     267
    260268                                                // IE before version 8 will leave cursor blinking inside the document after
    261269                                                // editor blurred unless we clean up the selection. (#4716)
    262270                                                if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy