-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.8, 9.5.0.2
-
Safari 13
Steps to Reproduce
<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>
Scroll down and click the Validate button, and you should see one errorbox appear.
https://zkfiddle.org/sample/u25g6l/1-ZK-4785
Current Result
errorbox doesn't appear.
Expected Result
errorbox appear.
- relates to
-
ZK-2371 Validation message is not shown every time. It depends on the height of the browser window.
- Closed