Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2371

Validation message is not shown every time. It depends on the height of the browser window.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.3
    • 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>
      

            hanhsu hanhsu
            JerryChen JerryChen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: