#4760 Make the reset button not the default action of the form
Merged by pingou. Opened by pingou.
fix_submit  into  master

Download 4760.patch

Basically, if you enter a value in the form and press the "enter" key,
the first/default submit button of the form is triggered. This meant in
this case that the "reset" action was the one triggered by default.

With this change, we make the reset button be of type "button" instead
of being of type "submit", thus making it not the default action while
still looking pretty.

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

:thumbsup:

1 new commit added

  • Move the logging to the end of the action rather than the start of it.

1 new commit added

  • Move the logging to the end of the action rather than the start of it.

:thumbsup: and LGTM without waiting jenkins

Thanks for the reviews! :)

Pull-Request has been merged by pingou

Metadata