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

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 7.0.2
    • Fix Version/s: 7.0.3
    • Component/s: None
    • Security Level: Jimmy
    • Labels:
      None

      Description

      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>
      

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                Created:
                Updated:
                Resolved: