Last modified: 2014-08-23 18:44:54 UTC
1) Fill the fields 2) Press enter I. Expected: the action corresponding to the main (and only) button is triggered. II. Observed: nothing happens, I'm forced to click.
Yes, this is because the type attribute of those buttons is set to 'button' right now and not 'submit'. I don't want to change it to submit as it would submit the form and follow the default behaviour. Perhaps a workaround like this could be useful: http://stackoverflow.com/a/155263 Please let me know if that is okay.
If that is not ok (I have no idea), a text explaining that one has no click would be helpful.