roojs-core.js
[roojs1] / roojs-debug.js
index 1708dd6..f16fbf8 100644 (file)
@@ -49425,6 +49425,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');
@@ -49562,9 +49563,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;
@@ -49633,7 +49634,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;