Ticket #6118: 6118.patch

File 6118.patch, 866 bytes (added by Sa'ar Zac Elias, 14 years ago)
  • _source/plugins/table/dialogs/table.js

     
    108108                                        this._.selectedElement = selectedTable;
    109109                                }
    110110
    111                                 // Enable, disable and select the row, cols, width fields.
     111                                // Enable or disable the row, cols, width fields.
    112112                                if ( selectedTable )
    113113                                {
    114114                                        this.setupContent( selectedTable );
    115115                                        rowsInput && rowsInput.disable();
    116116                                        colsInput && colsInput.disable();
    117                                         widthInput && widthInput.select();
    118117                                }
    119118                                else
    120119                                {
    121120                                        rowsInput && rowsInput.enable();
    122121                                        colsInput && colsInput.enable();
    123                                         rowsInput && rowsInput.select();
    124122                                }
    125123
    126124                                // Call the onChange method for the widht and height fields so
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy