Ticket #4518: 4518.patch

File 4518.patch, 550 bytes (added by Garry Yao, 15 years ago)
  • _source/core/command.js

     
    1212                if ( this.state == CKEDITOR.TRISTATE_DISABLED )
    1313                        return false;
    1414
    15                 if( commandDefinition.editorFocus )     // Give editor focus if necessary.
     15                if( this.editorFocus )     // Give editor focus if necessary (#4355).
    1616                        editor.focus();
    1717
    1818                return ( commandDefinition.exec.call( this, editor, data ) !== false );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy