roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 07:29:27 +0000 (15:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 07:29:27 +0000 (15:29 +0800)
roojs-debug.js

index 9764b12..e1f1353 100644 (file)
@@ -39267,7 +39267,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
         
         
          
-        var range = this.createRange(this.getSelection());
+        var range = this.createRange(this.getSelection()).cloneRange();
         
         if (Roo.isIE) {
             var parent = range.parentElement();