X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;h=32057dd1d3b4c82df591a9b4d8fde903abbee9f9;hb=6aeeaffae07719f56919487d31937794d442eff4;hp=012b14fb0d040e974e835fab47e4b605ded938d2;hpb=4a37859fa058d2dc2a5c9b34886dd3e452ab7350;p=roojs1 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 012b14fb0d..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'); @@ -25069,7 +25070,10 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { normalizeWidths : function(table) { console.log("htmleditor.BlockTd normalizeWidths"); - console.log(this.colWidths); + console.log("colWidths 0"); + console.log(this.colWidths[0]); + console.log("colWidths 1"); + console.log(this.colWidths[1]); if (this.colWidths[0] === false) { var nw = 100.0 / this.colWidths.length; @@ -25138,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;