Community
Participate
Working Groups
When a non-selectable SubModuleNode has no children, its activation throws an exception. The behavior of non-selectable SubModuleNodes should change -> if they have no children, disable them until at least one child is added.
Fixed in head.
The fix doesn't work in every situation. In the SWT Example Client in the module "Playground" all not selectable sub-modules WITH children are disabled. This is not correct.
The tree items of not selectable sub-modules will not be longer disabled. After a tree item of a not selectable sub-module was selected in the navigation tree the node will be not activated and the selection in the tree will be reverted.