Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Mon, 8 Jun 2015 08:51:08 +0000 (16:51 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Jun 2015 08:51:08 +0000 (16:51 +0800)
Roo/form/HtmlEditor.js

index abe717d..5ede59e 100644 (file)
@@ -268,7 +268,8 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
                 
                 var start = this.el.dom.selectionStart;
                 var end = this.el.dom.selectionEnd;
-                
+                Roo.log(start);
+                Roo.log(end);
                 if(!e.shiftKey){
                     this.setValue(value.substring(0, start) + "\t" + value.substring(end));