Community
Participate
Working Groups
Using the arrow keys (up and down) to navigate through the navigation tree has two bugs: 1. When the next node to activate would be a disabled SubModule, the arrow navigation just stops -> a better behavior would be to just step over it and continue normally. 2. When navigating through a non selectable SubModuleNode with children the collapse behaviour ist bugged. If the non selectable SubModuleNode has only one child, it collapses as soon as you navigate to its next sibling. Having more children lets the non selectable node stay open. This is probably due to the automatic collapsing behaviour of the property LnfKeyConstants.SUB_MODULE_TREE_SHOW_ONE_SUB_TREE.
Created attachment 195956 [details] patch to reproduce This patch creates a disabled SubModuleNode in the "playground" Module to reproduce no.1. And some none selectable SubModuleNodes in the "Selectable Submodule" Module.