enhancement
major
minor
major
minor
defect
(User-visible)
The tl:AbstractTreeComponent and tl:TreeTableComponent do not update the (default) selection after the tree has been incrementally updated.
Suppose the user has configured a tree that displays the demo types and selects a node by default. Without data, the tree is initially empty. If relevant demo data is then created in the application, the tree is incrementally updated with the new data. However, the selection is not adjusted. The same behavior can be observed when deleting the selected node.
As soon as the tree contains at least one node, a node should be selected based on the default selection.
Test
TestDefaultSelection.script.xml