roojs-core.js
[roojs1] / roojs-ui-debug.js
index e95cde8..f35b8e5 100644 (file)
@@ -24952,6 +24952,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
         this.node.setAttribute('colspan', this.colspan);
 
         var table = this.toTableArray();
+        this.normalizeWidths(table);
         this.updateWidths(table);
     },