Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Attached is the sample application, and run it.
2. Select "Canada" out of the dropdown, and click Save.
3. Hover over the textInput box, you should see one "This field is required".
4. Select "US" out of the dropdown, and click Save.
5. Hover over the textInput box, you should see two "This field is required".
Actual Results:
Two Validators still working inspite of the fact that I have disabled the one and set its source=null.
Expected Results:
If I disable the Validator/or set the source=null, then it should have been removed from the control it was validating, and hence i should have seen only one error message.
Workaround (if any):
NA