if(dojo.isIE){ if("_savedSelection" in this){ var b = this._savedSelection; delete this._savedSelection; this.editor.focus(); this.editor._moveToBookmark(b); } }else{ this.editor.focus(); }