Steps to Reproduce
- Build a stateless tree with TreeModel using ITreeController.
- set checkmark="true" and multiple="true" to enable multi-select mode.
- open browser check any checkbox.
- un-check the checkbox you just checked.
- NullPointerException should occur.
Current Result
NPE occur.
Note: NPE only occur when you `un-check a checkbox`, IOW occur when `the tree's selection count changes from 1 to 0`.
Expected Result
No exceptions.
- relates to
-
ZK-5621 Stateless Tree support tristate mode with TreeModel
-
- Open
-