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

Navigate textboxes in listheader by tab key break frozen scroll behavior

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.3, 6.5.8
    • 6.5.6
    • Components
    • Security Level: Jimmy

      <zk>
      	<label multiline="true">
      		1. Focus on first textbox
      		2. Press "tab" key 3 times
      	</label>
      	<window title="Listbox" border="normal">
      		<listbox width="300px">
      			<frozen columns="1" />
      			<listhead sizable="true">
      				<listheader align="center" width="40px" />
      				<listheader width="90px">
      					<textbox value="filter 1" width="70px" />
      				</listheader>
      				<listheader width="90px">
      					<textbox value="filter 2" width="70px" />
      				</listheader>
      				<listheader width="90px">
      					<textbox value="filter 3" width="70px" />
      				</listheader>
      				<listheader width="90px">
      					<textbox value="filter 4" width="70px" />
      				</listheader>
      				<listheader width="90px">
      					<textbox value="filter 5" width="70px" />
      				</listheader>
      			</listhead>
      			<listitem>
      				<listcell />
      				<listcell label="ZK Jet 0.8.0 is released" />
      				<listcell label="2008/11/17 17:41:29" />
      				<listcell label="cell" />
      				<listcell label="cell" />
      				<listcell label="cell" />
      			</listitem>
      			<listitem>
      				<listcell />
      				<listcell label="URLs for iPhone-Optimized Google Sites" />
      				<listcell label="2008/11/17 15:56:37" />
      				<listcell label="cell" />
      				<listcell label="cell" />
      				<listcell label="cell" />
      			</listitem>
      		</listbox>
      	</window>
      </zk>
      

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

              Created:
              Updated:
              Resolved: