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

Screen jumps back to top when opening an item at the end of a long tree

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9
    • 5.0.8
    • Components
    • Security Level: Jimmy

      Scroll to the buttom and click the second treeitem, will see screen back to the top

      <window title="Edit Groups" border="normal" width="700px"
      	height="500px">
      	<tree id="groupTree" mold="paging" pageSize="500" vflex="true"
      		height="100%" zclass="z-dottree">
      		<treecols>
      			<treecol hflex="min" />
      		</treecols>
      		<treechildren>
      			<treeitem open="true" label="something">
      				<treechildren>
      					<zscript>
      	Object o = new Object[30];
      </zscript>
      					<treeitem label="nested" forEach="${o}" />
      				</treechildren>
      			</treeitem>
      			<treeitem open="false" label="something">
      				<treechildren>
      					<zscript>
                  </zscript>
      					<treeitem label="nested" forEach="${o}" />
      
      				</treechildren>
      			</treeitem>
      		</treechildren>
      	</tree>
      </window>
      

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

              Created:
              Updated:
              Resolved: