Roo/htmleditor/BlockTd.js
[roojs1] / roojs-debug.js
index c6921c0..df0c127 100644 (file)
@@ -49443,6 +49443,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
         this.colspan += rc.colspan;
         this.node.setAttribute('colspan', this.colspan);
 
+        var table = this.toTableArray();
+        this.normalizeWidths(table);
         this.updateWidths(table);
     },
     
@@ -49539,6 +49541,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
         console.log("htmleditor.BlockTd updateWidths");
         console.log("TABLE");
         console.log(table);
+        console.log("COLWIDTH");
+        console.log(this.colWidths);
         for(var r = 0 ; r < table.length; r++) {
            
             for(var c = 0 ; c < table[r].length; c++) {