X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;h=32057dd1d3b4c82df591a9b4d8fde903abbee9f9;hp=0f7d569a42ee2af0994301f92e259349b61dd238;hb=6aeeaffae07719f56919487d31937794d442eff4;hpb=9ef336855a164e5e023444c43bb84b283273fa39 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 0f7d569a42..32057dd1d3 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -24933,6 +24933,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { mergeRight: function() { + console.log("htmleditor.BlockTd mergeRight"); // get the contents of the next cell along.. var tr = this.node.closest('tr'); @@ -25141,7 +25142,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { }, growColumn : function() { + console.log("htmleditor.BlockTd growColumn"); var table = this.toTableArray(); + console.log(table); this.normalizeWidths(table); var col = this.cellData.col; var nw = this.colWidths[col] * 1.2;