if (this.cell && _isIE && _isIE == 8){var next = this.cell.nextSibling;var parent = this.cell.parentNode;parent.removeChild(this.cell)
parent.insertBefore(this.cell,next);};
If the cell input field, then he removed the focus.
Tell me how best to fix it.