-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.8, 9.6.0.1
-
Security Level: Jimmy
-
None
Steps to Reproduce
<zk> <button label="invalidate treechildren" onClick="tc.invalidate();"/> <tree> <treechildren id="tc"> <treeitem label="item1"/> <treeitem label="item2"/> <treeitem label="item3"/> <treeitem label="item4"/> <treeitem label="item5"/> </treechildren> </tree> </zk>
Click the button (2x in ZK 7.0.8)
Current Result
Only the first treeitem remains in the tree
Expected Result
All treeitems remain in the tree
Debug Information
The network response contains all the treeitems so this sounds like a client side issue.
- relates to
-
ZK-4973 tabbox tab.invalidate() loses selected tab
- Closed