if(this._shouldCatchBoomerang()){ // make sure we don't utterly lose focus this.grid.focus.focusGrid(); // let the editor focus itself as needed this.focusEditor(); // only catch once this._catchBoomerang = 0; }