Home » HTML » HTML_QuickForm_DHTMLRulesTableless » Bug #9499
clear error_message(s) when conditions are met again
Details
| Submitted | 2006-11-29 14:35 UTC |
|---|---|
| From | pear_dev at willfris dot nl |
| Assigned | wiesemann |
| Status | Closed |
| Package | HTML_QuickForm_DHTMLRulesTableless |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-11-29 14:35 UTC] pear_dev at willfris dot nl
Description:
------------
When the user makes the field correct again, then why not clear the error-message?
Test script:
---------------
line 159-161:
if (lastElementName == elementName) {
return true;
}
becomes (or gets deleted):
//if (lastElementName == elementName) {
// return true;
//}
Expected result:
----------------
I expect that the appearing error message dissappears when the input is valid again.