Enhancement
Major
Detail
Major
Detail
Bugfix
(User-visible)
The tl:AbstractTreeComponent and the tl:TreeTableComponent do not adjust the (default) selection after the tree has incrementally updated itself.
Suppose the user has configured a tree that displays the demotypes and selects a node by default. Without data, the tree is empty at the beginning. If matching demo data is now created in the application, then the tree is incrementally updated with the new data. However, the selection is not adjusted. When deleting the selected node, the same behavior can be observed.
As soon as the tree contains at least one node, a node should be selected due to the default selection.
Test
TestDefaultSelection.script.xml