Roo/HtmlEditorCore.js
authorAlan Knowles <alan@roojs.com>
Mon, 21 Dec 2015 08:12:43 +0000 (16:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 21 Dec 2015 08:12:43 +0000 (16:12 +0800)
Roo/HtmlEditorCore.js

index cc3cfac..959e938 100644 (file)
@@ -1274,6 +1274,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         }
         Roo.log(node.tagName);
         if (!node.tagName.toLowerCase().match(/^(table|td|tr)$/)) {
+            this.iterateChild(node, this.cleanTableWidths);
             return;
         }
         if (node.hasAttribute('width')) {