-
Bug
-
Resolution: Fixed
-
Major
-
8.5.1.2
-
Security Level: Jimmy
-
None
-
ZK 8.5.2 S2
Steps to Reproduce
<zk> <tree height="300px" width="300px"> <treecols> <treecol label="item" width="200px"/> </treecols> <treechildren> <treeitem open="true" label="1"> <treechildren> <treeitem open="true" label="1.1"> <treechildren> <treeitem open="true" label="1.1.1" /> </treechildren> </treeitem> </treechildren> </treeitem> </treechildren> </tree> </zk>
try to open/close nodes
Current Result
closing nodes doesn't update the UI
Expected Result
working open/close
Debug Info
this worked in 8.5.0
open/close nodes works after removing the width="200px" from the <treecol> or removing the whole <treecols> element completely