Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. run the attached application
2. click add button without typing anything in the text field
-->validation fails and red border appears with error tip on component
3. type anything in the text in put and then click add
-->validation passes but the red border still appears with error tip even though a function is called to clear it. view the trace and you will see that errorString has been cleared, the component is just not updating
4. click cancel button
-->now component appears to have cleared itself of the error state
5. type anything in the text input and click add
-->validation passes but the text input is appearing in an error state again (even though the value of errorString is '' )