X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fhtmleditor%2FBlockTd.js;h=f7b3efa3679cb24e8059ddce4d33e853fd7e3a7a;hb=9ef336855a164e5e023444c43bb84b283273fa39;hp=13859fb03da0f1fd744d94331ce3b6dfbba07cd7;hpb=9a5a1b2ceee89d76239b8bbb5604ee93e7a3b8b0;p=roojs1 diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index 13859fb03d..f7b3efa367 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -488,6 +488,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'); @@ -625,9 +626,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { { console.log("htmleditor.BlockTd normalizeWidths"); console.log("colWidths 0"); - console.log(col.Widths[0]); + console.log(this.colWidths[0]); console.log("colWidths 1"); - console.log(col.Wdiths[1]); + console.log(this.colWidths[1]); if (this.colWidths[0] === false) { var nw = 100.0 / this.colWidths.length; @@ -696,7 +697,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;