I have create a custom contro from TextField.
I put this control in form panel in code behind.
At runtime when I close this form only IE 9 the browser break in this line in WebResource:
this.owner.indicatorEl.parent("td").setDisplayed(! errorSide)
I'm using Ext.net 2.1 last version...
Regards...