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

z-errorbox doesn't show in Safari 13

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.8, 9.5.0.2
    • Browser Issue
    • Safari 13

      Steps to Reproduce

      <window mode="modal" closable="true">
      	<grid>
      	    <rows>  
      	        <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.

       

            DevChu DevChu
            katherinelin katherinelin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: