Error message not displayed after validating input with the keyboard's "Enter" key
Environment: Browser / Version: Firefox Nightly 72.0a1 (2019-10-24) Operating System: Ubuntu 18.04.3 LTS
Steps to Reproduce:
- Navigate to https://staging.webcompat.com/issues/new
- Reach the “Please enter the URL” input field.
- Type “www” in the field.
- Press the keyboard’s “Enter” key.
Expected Behavior: “A valid URL is required.” error message is displayed above the input field.
Actual Behavior: Nothing happens. You are still able to type inside the input field.
Notes:
- Screen capture attached.
- The issue is also reproducible on Chrome 78.0.3904.70
Watchers: @softvision-sergiulogigan @softvision-oana-arbuzov
sv;
Note: this also reproduces in form v1.
“A valid URL is required.” error message is displayed above the input field.
@cipriansv just to clarify, you would expect Enter to navigate to the next input? (Similar to Tab?) Or just validate the text and not navigate between inputs?
@miketaylr, I expect that by striking the Enter key I would just validate the text and not navigate between inputs.