-
Bug
-
Resolution: Fixed
-
Normal
-
5.0.7
-
None
-
None
https://sourceforge.net/tracker/?func=detail&aid=3307376&group_id=152762&atid=785191
<zk>
<html><![CDATA[
<ol>
<li>Type "aa" in the datebox, then press "tab" key</li>
<li>You can see "error1" in the below of datebox.</li>
<li>Delete "aa" in the datebox, then press "tab" key</li>
<li>You can see "error2" in the below of datebox.</li>
</ol>
]]></html>
<zscript>int i = 1;</zscript>
<datebox format="dd-MMM-yyyy"
onError='msg.value = "error" + (i++);'/>
<separator height="50px"/>
<label id="msg"/>
</zk>
- relates to
-
ZK-4453 onError fires again when valid value is entered
- Closed