Fired on focus
this.inherited(arguments); if(dojo.isMoz && this._initialFocus){ this._initialFocus = false; if(this.editNode.innerHTML.replace(/^\s+|\s+$/g, "") == " "){ this.placeCursorAtStart(); // this.execCommand("selectall"); // this.window.getSelection().collapseToStart(); } }