RE: [Moo] Re: Detecting a user pressing the enter key

2010-10-16 Thread Steve Onnis
Never mind. The form is created dynamically using the new Element() process and i was injecting the elements outside the form. My bad -Original Message- From: ken [mailto:marfillas...@gmail.com] Sent: Sunday, 17 October 2010 3:09 PM To: MooTools Users Subject: [Moo] Re: Detecting a user

[Moo] Re: Detecting a user pressing the enter key

2010-10-16 Thread ken
Maybe what you're experiencing is a bug in IE which only shows up if there is exactly one input[type=text] field in the form. This is especially true for search forms. Try adding another input[type=text] that is invisible. On Oct 17, 7:38 am, "Steve Onnis" wrote: > Its not submitting for some rea