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

index c0d3828..a3d157d 100644 (file)
@@ -274,6 +274,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             "end" : function(e){
                 e.preventDefault();
                 Roo.log('END');
+                Roo.log(this.el.dom.selectionStart)
                 Roo.log(this.el.dom.setSelectionRange(this.getValue().length,this.getValue().length));
             },