Ticket #3788: 3788.patch

File 3788.patch, 557 bytes (added by Martin Kou, 15 years ago)
  • _source/plugins/clipboard/plugin.js

     
    199199
    200200                                                                // Browser bug: 'Cut' has the correct states for both Copy and Cut.
    201201                                                                copy : stateFromNamedCommand( 'Cut' ),
    202                                                                 paste : stateFromNamedCommand( 'Paste' )
     202                                                                paste : CKEDITOR.env.webkit ? CKEDITOR.TRISTATE_OFF : stateFromNamedCommand( 'Paste' )
    203203                                                        };
    204204                                                });
    205205                                }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy