-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 5.0.8
-
Component/s: Components
-
Security Level: Jimmy
-
None
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>
- relates to
-
ZK-4012 Screen jumps back to the top when opening an item at the end of a long tree
-
- Closed
-