Community
Participate
Working Groups
If a Module of SubModule is blocked and also unblocked in method afterActivated() of the SubModule: getNavigationNode().addListener(new SubModuleNodeListener() { @Override public void afterActivated(ISubModuleNode source) { ChoiceSubModuleController.this.getModuleController().setBlocked(true); //do sth. ChoiceSubModuleController.this.getModuleController().setBlocked(false); } }) then the focus is moved away from the navigation tree to some other control. This is especially annoying when navigating through the navigation tree by cursor keys. The focus can only gained back by shortcut F6. This behavior can be reproduced in the playground.
Fixed in ModuleView