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

Borderlayout autoscroll function not work properly in tablet device

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Normal Normal
    • None
    • 6.5.5
    • Components
    • Security Level: Jimmy
    • Google Chrome for Android 4.4.2

      Reproducible step:
      1. Focus on first textbox to show virtual keyboard.
      2. Try to scroll down center area.
      Reproducible sample:

      <zk>
      	<zscript>Object[] o = new Object[80];</zscript>
      	<borderlayout vflex="1" hflex="1">
      		<north size="20%">North</north>
      		<west size="20%">West</west>
      		<center id="center" autoscroll="true">
      			<vlayout>
      				<textbox forEach="${o}" value="${forEachStatus.index}" />
      			</vlayout>
      		</center>
      	</borderlayout>
      </zk>
      

            noahhuang noahhuang
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: