[Koha-bugs] [Bug 15911] Use noEnterSubmit CSS class instead of prevent_submit.js

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 17:22:11 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15911

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I think the following part was important:
-        && e.target.nodeName == "INPUT"
-        && e.target.type != "submit"

We want to submit form when pressing enter on the submit button, right? :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list