I have an HTML form with a single submit
input, but also various button
elements. When the user presses the \'enter\' key, I\'d expect it to actually s
I just gave this a whirl in both Chrome and Firefox and IE10.
As mentioned above - make sure that you have marked up with type = "button", "reset", "submit" etc to ensure that it correctly cascades and chooses the correct button.
Perhaps also setting all of them to have the same form (ie all as that worked for me)