gwt 1.6.4 ie 8 ff 3.6.13
My users want to be able to hit enter to submit a form in a gwt TextBox. So I wrote the code, got it working then found that it double submitted (in firefox) So I took it out and noticed that hitting enter in firefox causes a page submit, but in IE it doesn't.
So either I have it half working (one of two popular browsers) or it works in ie and double submits in firefox.
Suggestions? I've seen lots of comments about this but nothing specific to gwt.