12ftguru
5 Feb 2008, 8:45 AM
I have a form inside a Modal window and in the form is a textarea setup as follows:
xtype:'textarea',
tabIndex : 12,
name : 'description',
fieldLabel : 'Description',
height : 200,
anchor : 100%
It shows up in Firefox (Mac and Windows) and IE 7, but not IE 6.
textareas in non-modal windows show up fine.
textFields (and other form elements) show up fine in all browsers in both modal and non-modal windows
I have tried setting z-index: 9050 and zoom:1 for the text area but it still won't show up in IE6.
Any ideas?
xtype:'textarea',
tabIndex : 12,
name : 'description',
fieldLabel : 'Description',
height : 200,
anchor : 100%
It shows up in Firefox (Mac and Windows) and IE 7, but not IE 6.
textareas in non-modal windows show up fine.
textFields (and other form elements) show up fine in all browsers in both modal and non-modal windows
I have tried setting z-index: 9050 and zoom:1 for the text area but it still won't show up in IE6.
Any ideas?