roojs-ui-debug.js
authorEdward <edward@roojs.com>
Wed, 7 May 2014 09:33:40 +0000 (17:33 +0800)
committerEdward <edward@roojs.com>
Wed, 7 May 2014 09:33:40 +0000 (17:33 +0800)
roojs-ui-debug.js

index 1bd88ec..bc8dbe1 100644 (file)
@@ -24948,7 +24948,6 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             'dblclick': this.onEditorEvent,
             'click': this.onEditorEvent,
             'keyup': this.onEditorEvent,
-            'focus': this.onFocus,
             buffer:100,
             scope: this
         });
@@ -24963,6 +24962,8 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         this.owner.fireEvent('initialize', this);
         this.pushValue();
         
+        this.doc.on('focus', this.onFocus, this);
+        
     },
     
     onFocus : function()