-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.2
-
None
-
Security Level: Jimmy
-
None
The validation message doesn't show when we scroll down to the bottom in the page.
Following is the sample code.
This issue is from ZK Forum: http://forum.zkoss.org/question/93673/validation-message-is-not-shown-every-time-it-depends-on-the-height-of-the-browser-window/
<window mode="modal" closable="true"> <grid> <rows> <row> <vbox height="1800px"> <textbox width="400px" id="tb1Id" value="Please scroll down and click the Validate button"/> </vbox> </row> <row> <textbox id="tb2Id" width="400px" constraint="no empty" /> </row> <row> <separator/> </row> <row> <button label="Validate" width="150px" onClick="tb1Id.value = tb2Id.getValue()"/> </row> </rows> </grid> </window>
- duplicates
-
ZK-2353 Validation message is not shown every time. It depends on the height of the browser window.
- Closed