-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.3
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.3 S5
-
None
intbox 1,2,3 : error message appear on after_start position (below)
intbox 4 : message appear on default position (on the right)
Reproduced with:
<zk> <intbox id="test1" constraint="no empty,after_start" /> <intbox id="test2" /> <intbox id="test3" /> <intbox id="test4" /> <zscript><![CDATA[ test2.setConstraint("after_start,no empty"); test3.setConstraint(new SimpleConstraint("after_start,no empty")); test4.setConstraint(new SimpleConstraint(SimpleConstraint.AFTER_START | SimpleConstraint.NO_EMPTY)); ]]></zscript> </zk>