Ticket #5715: 5715_2.patch

File 5715_2.patch, 621 bytes (added by Tobiasz Cudnik, 14 years ago)
  • _source/plugins/tabletools/dialogs/tableCell.js

     
    2424                        var onOk = function()
    2525                        {
    2626                                releaseHandlers( this );
    27                                 callback( this );
     27                                callback( this, this._.parentDialog );
     28                                this._.parentDialog.changeFocus( true );
    2829                        };
    2930                        var onCancel = function()
    3031                        {
    3132                                releaseHandlers( this );
     33                                this._.parentDialog.changeFocus();
    3234                        };
    3335                        var releaseHandlers = function( dialog )
    3436                        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy