PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm_DHTMLRulesTableless » Bug #9499

clear error_message(s) when conditions are met again

Details

Submitted2006-11-29 14:35 UTC
Frompear_dev at willfris dot nl
Assignedwiesemann
StatusClosed
PackageHTML_QuickForm_DHTMLRulesTableless
PHP VersionIrrelevant
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.