-
Bug
-
Resolution: Fixed
-
Critical
-
6.0.0
-
None
The callbacks isLeaf(), getChildCount(), getChild() are called after opening some nodes for non opened TreeItems.
Example (s attachment):
1. Open 'Sophis e' --> callbacks are ok
2. Open Bond (child of 'Sophis e') --> callbacks for parent 'Sophis e' (maybe an error), callbacks for parent 'Bond' (ok), callbacks for parent 'Calypso' and its subtrees (is an error), callbacks for all other parents (is an error)
The problem gets attention when the tree renders large data amounts.
- duplicates
-
ZK-1510 Creating a dynamic tree; treemode v6.5 has totally unexpected and unpredictable behavior while working as expected in v.5.0.11
- Closed