-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: Master
-
Component/s: Forms
-
Fix Priority:5
Steps to Reproduce:
- Add a Form with:
- Add 8 fields of different types
- Set all fields to required
- Set a text field to URL validation
- Add a second page with a text field
- Publish Form
- Access Publication URL on Google Chrome with "Slow 3G" throttling (Developer Tools > Network)
- Input 2 of the fields
- Leave the other fields blank
- Click "Next" to trigger URL validation error message
Expected Result:
Clicking Next will always trigger messages on the fields to show the user that they did not input required fields.
Actual Result:
Clicking "Next" will sometimes trigger any validation messages.