X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=130983fd41fb57aacdeb475236577cb9a4064767;hp=73efcc3701501f447f97120482e65af6e4bef902;hb=refs%2Fheads%2Fwip_alan_T6102_issue_with_word_clean;hpb=6793226c7cba448858180cb47dfe9ef9982b85fb diff --git a/roojs-debug.js b/roojs-debug.js index 73efcc3701..130983fd41 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -44140,17 +44140,16 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { node.parentNode.removeChild(node); return; } - Roo.log(node.tagName); + //Roo.log(node.tagName); // remove - but keep children.. if (node.tagName.toLowerCase().match(/^(meta|link|\\?xml:|st1:|o:|v:|font)/)) { - Roo.log('-- removed'); + //Roo.log('-- removed'); while (node.childNodes.length) { var cn = node.childNodes[0]; node.removeChild(cn); - if (cn.tagName.toLowerCase().match(/^(meta|link|\\?xml:|st1:|o:|v:|font)/)) { - continue; - } node.parentNode.insertBefore(cn, node); + // move node to parent - and clean it.. + this.cleanWord(cn); } node.parentNode.removeChild(node); /// no need to iterate chidlren = it's got none..