-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.x, 1.5.x, 1.0.x, master, master-deprecated, 3.0.x
-
Fix Version/s: 2.0.x, 1.5.x, master, master-deprecated, 3.0.x, 3.1.x, 1.5.2.34, 2.0.0.80-deprecated, 3.0.3-deprecated.42, 3.1.0-deprecated.2
-
Component/s: Form Validator
-
Labels:None
-
Git Pull Request:
Reproduction Steps:
- Open the the Form Validator demo in a browser (http://localhost/alloy-ui/1.5.x/demos/form-validator/)
- Click [ Submit ]
- Notice the error message on the "Type" radio inputs.
- Click the "Type 2" radio
- Inspect the radio inputs via browser Dev Tools (be sure not select Type 1's radio or label)
Expected Results:
- #types1 has Valid class
- #types2 has Valid class
Actual Results:
- #types1 has Error class
- #types2 has Valid class
master/3.0.x/2.0.x CSS:
- Valid: success-field
- Error: error-field
1.0.x/1.5.x CSS:
- Valid: aui-form-validator-valid
- Error: aui-form-validator-error
- depends on
-
AUI-2822 Correcting AUI-965 backport
-
- Closed
-
- is a dependency of
-
LPS-66958 Radio button validation warnings don't disappear after input is entered
- Closed
- is related to
-
LPS-66958 Radio button validation warnings don't disappear after input is entered
- Closed
- relates
-
AUI-2822 Correcting AUI-965 backport
-
- Closed
-