Using a tree with three state checkboxes enabled, when one clicks on a parent
node with a check box, and it’s child nodes are automatically checked, the
onCheckHandler event does not get called for the nodes that automatically get
checked. The node check handler only gets called when the user physically
checks a node.
Is
this intended functionality, or is it a bug?