Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Mon, 8 Jun 2015 05:45:10 +0000 (13:45 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Jun 2015 05:45:10 +0000 (13:45 +0800)
Roo/form/HtmlEditor.js

index fd9c3a3..65cb17c 100644 (file)
@@ -268,7 +268,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             "home" : function(e){
                 e.preventDefault();
                 Roo.log('HOME');
-                Roo.log(this.el.dom.createTextRange);
+                Roo.log(this.el.dom.setSelectionRange(0,0));
             },
             
             "end" : function(e){