Ticket #4798: 4798_2.patch

File 4798_2.patch, 581 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/dialog/plugin.js

     
    351351                this.on( 'hide', function()
    352352                        {
    353353                                CKEDITOR.document.removeListener( 'keydown', focusKeydownHandler );
     354                                if ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.mac ) )
     355                                        CKEDITOR.document.removeListener( 'keypress', focusKeyPressHandler );
    354356                        } );
    355357                this.on( 'iframeAdded', function( evt )
    356358                        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy