PDA

View Full Version : Text Field and TextArea resize when typing into it in IE7 only



sariq
12 May 2009, 3:16 AM
I am a newbie to Ext Js and want some help. I have one form which has Some textField and textarea in it. Both of them have relative width according to the form size in percentage. I can not give fixed width for this components.

When we type something into the text area or textfield it automatically grows and when we leave it, it resize to the original size. Please help me how can I restrict this components to automatically resize. This problem is just in IE, in firefox it works fine.

I am using Ext js 1.1 version sorry for posting on wrong forum.

Thanks in Advance.

tryanDLS
12 May 2009, 8:02 AM
As a new user, you should not be using 1.x - it's not supported. You can use the stable 2.x or use the pre-release 3.0RC code.

Also http://extjs.com/learn/Ext_Forum_Help#Posting_a_working_showcase

sariq
12 May 2009, 7:58 PM
Thanks for reply,

I know I should use latest version of Ext as a new user. But I am currently working on a application which is entirely coded in ext js 1.x. That is the problem.