Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 05:30:09 +0000 (13:30 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 05:30:09 +0000 (13:30 +0800)
Roo/htmleditor/BlockTd.js

index 7c582bd..5842f26 100644 (file)
@@ -444,6 +444,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
                 
                 if (typeof(this.colWidths[cn]) == 'undefined') {
                     this.colWidths[cn] =   ce.style.width;
                 
                 if (typeof(this.colWidths[cn]) == 'undefined') {
                     this.colWidths[cn] =   ce.style.width;
+                    console.log("colWidths " + cn);
+                    console.log(ce.style.width);
                     if (this.colWidths[cn] != '') {
                         all_auto = false;
                     }
                     if (this.colWidths[cn] != '') {
                         all_auto = false;
                     }