-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message is missing from the "Type of bug" section #2725
Comments
To solve this, there is a need for an event listener on Report buttons, when they are not active, and double check that the Type of bug has been selected. In fact, we should probably display the error messages on all fields only when someone is trying to click the report button and the fields are incomplete.
|
@karlcow Should fields in "Is this information correct" section become mandatory as well? |
About
So far it has not been that much of an issue, the information sent by the browser is mostly correct. It is rare that people delete it AND more important probably many people have no idea what would be the correct way to enter these. I even wonder if they should be hidden in a kind of expert mode for people who needs to modify them because they know what they are doing. Maybe AB testing could help us to figure this out #2873 |
…er submit button is clicked. Replaced asterisk with (mandatory)
Regarding There are certain checks being performed on the Site URL field, for example, to determine whether the string is a valid url. Here are the test cases explaining the behavior. So, when an invalid string has been typed in the URL field and we switch to another field, the error should still show up, correct @karlcow ? Since for a user it's good to see the error right away, before clicking on the submit button. |
yes. |
…coming from the report site issue extension
Steps to reproduce:
Expected Behavior:
"A type of bug must be selected" error message must be displayed above/under the "Type of bug" section.
Actual Behavior:
Nothing happens. No error message is displayed.
Notes:
"A browser version/Operating system is needed" error message must be displayed above/below the section's text field.
Watchers:
@softvision-oana-arbuzov
@softvision-sergiulogigan
@cipriansv
sv;
The text was updated successfully, but these errors were encountered: