-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
None
-
2
-
False
-
False
-
None
-
Undefined
-
-
AAH Sprint 8
This is standard form behavior being violated, and other forms in our app follow the standard behavior. The user form cannot be submitted with the enter key like these other forms.
Expected behavior:
When filling out the user form, after filling out the name of the new user hitting <Enter> submits the form and the user is created.
Actual behavior: Nothing happens at all.
Steps to reproduce:
- login with an account that can create groups
- navigate to the users page
- hit 'create'
- enter a username and password and password confirmation for the user
- hit the <Enter> key
- observe the page does not respond in any way
Note: Tested this with the focus on every form element. None of them produce any behavior from the enter key.