Forum Moderators: open
To be honest i'm not hopeful of a workaround or solution to this problem - i'm more interested in finding someone else that's had this problem just for confirmation!
I have a pretty standard form set up on a web page. It has about 6 text fields which are enabled / disabled depending on the selection of a radio button set. This is achieved using Javascript.
Everything works fine in Fx and Opera, however in IE the form cannot be submitted using the Enter key. It's taken me a while to figure out that the reason for this not working is because text fields are being enabled / disabled.
This appears to be an IE bug, and i'm interested to see if anyone else has had this problem. A (relatively) thorough search doesn't seem to have turned up anything for me.
Thanks in advance for any comments,
Jamie
It's also worth noting that the enter key will only work with true submit buttons rather than a standard button with an event handler attached to perform the submit.
Kaled.