From: Edward Date: Tue, 23 Apr 2019 07:11:37 +0000 (+0800) Subject: roojs-ui.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=26f8369413ace9d98a0b5ddd4a214b48d9971808 roojs-ui.js roojs-ui-debug.js roojs-bootstrap.js roojs-bootstrap-debug.js roojs-all.js roojs-debug.js --- diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 79fd821e6f..66a69b9334 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -23155,6 +23155,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { this.cleanWord(this.doc.body); return; } + if (node.nodeName == "#text") { // clean up silly Windows -- stuff? return; diff --git a/roojs-debug.js b/roojs-debug.js index 99c152d598..5785cb73b1 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -44067,6 +44067,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { this.cleanWord(this.doc.body); return; } + if (node.nodeName == "#text") { // clean up silly Windows -- stuff? return; diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index ba05a41f03..3067756912 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -21616,6 +21616,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { this.cleanWord(this.doc.body); return; } + if (node.nodeName == "#text") { // clean up silly Windows -- stuff? return;