JorisA
10 Jun 2007, 2:02 AM
In Ext.form.Field.adjustWidth there is:
if(Ext.isGecko && tag == 'textarea'){
return w-6;
}
When I create a TextArea with width set to 150 for example, it is rendered with a width of 144 (so always 6 pixels short). Are you sure this is correct for Gecko engines? I'm using firefox 2.0.0.4.
if(Ext.isGecko && tag == 'textarea'){
return w-6;
}
When I create a TextArea with width set to 150 for example, it is rendered with a width of 144 (so always 6 pixels short). Are you sure this is correct for Gecko engines? I'm using firefox 2.0.0.4.