Click image for larger version. 

Name:	Capture.PNG 
Views:	475 
Size:	23.5 KB 
ID:	25599

I have this window. Based on what is selected in the drop down in the grid, I execute this script

Ext.getCmp('ExchangeRateBankPayment').setReadOnly( comborec[0].get(true));

and when I do the whole window blows up like this

Click image for larger version. 

Name:	Capture1.PNG 
Views:	495 
Size:	13.1 KB 
ID:	25600

Then when I just click on this window everything goes back to normal.
It's a weird bug and it just started happening when I introduced ReadOnly(true)

Does anyone have an idea why this happens and how to solve it?