PDA

View Full Version : Unable to enter text



giri_sri_d
14 Nov 2007, 3:31 PM
Hi,

I don't whether the issue is with Ext or something else, I am facing a strange issue.

I am unable to edit the text fields or text areas in the html page. Even if iam clicking inside the text area's it is not allowing me to edit. I saw the properties using ie developer toolbar the propertied of the component is NOT readonly but still it is behaving as if it is read only.

Can any one help me to resolve this issue?

Regards,
Giridhar Duggirala

efege
14 Nov 2007, 3:41 PM
Hi,

Please give us more detailed information.

Which version of Ext?

Which browser(s) are showing this problem? Do you use Firefox + Firebug? Any error messages there?

On which pages? Any of the Ext examples? Or just your own code? If this happens only with your own code, can you paste the relevant portion of code?

giri_sri_d
14 Nov 2007, 3:57 PM
Ext JS Library 1.1.1

Internet Explorer browser version 6.0

I am using IE developer toolbar in which I dont see any error messages (I also enabled Display debug information)

It is happening with every text box or text area in the page and it is not happening every time it happens sometimes.

I tried to enter text in Ext debug console even in that one I am unable to enter anything.

If not resolving the issue can you please guide me how to resolve the issue?

Regards,
Giridhar Duggirala

DServe
24 Apr 2009, 4:16 AM
Hello,
I have the same probem using ExtJS v2.2.1.
I have an HTML form embedded into an IFrame which is the body of an Ext.Window.
Fields in this form are transformed into Ext.form.TextFields using :

new Ext.form.TextField({name:el.name,applyTo:el,allowBlank:false,blankText:'Mandatory',msgTarget:'qtip'});

The problem does not happen when the form first open, but always happen when second-time opened in IE6.
The text field seems to gain focus (the border changes) but the cursor does not appear, and all text fields are affected. If I select a value into an Ext.form.ComboBox, the problem disappear and text fields are editable again.

Have anyone find a workaround ?
Thanks in advance
Damien

tryanDLS
24 Apr 2009, 6:31 AM
Please don't resurrect ancient threads for old versions to ask a question - create a new thread in the appropriate forum.