X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;h=7e0ad8e2d212cd383b1f22c19c3d096d3088fd0c;hp=8a1b73e8983bcf9f2cf8d4b5852f9316903e9320;hb=3a4dcb78b070570479456100b482307af0bf77a3;hpb=a3417898ab451fe9242109246dcbdb7efbb43434 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 8a1b73e898..7e0ad8e2d2 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -24856,6 +24856,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { toTableArray : function() { + console.log("htmleditor.BlockTd toTableArray"); var ret = []; var tab = this.node.closest('tr').closest('table'); Array.from(tab.rows).forEach(function(r, ri){ @@ -25111,7 +25112,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { shrinkColumn : function() { + console.log("htmleditor.BlockTd shrinkColumn"); var table = this.toTableArray(); + console.log(table); this.normalizeWidths(table); var col = this.cellData.col; var nw = this.colWidths[col] * 0.8;