Community
Participate
Working Groups
I insert a feature into the Riena Demo to jumps from the customer Overview RCP-View to the Email Subapplication with jump. In the open view, I added a jumpBack() (if isJumpTarget()). I also wanted to dispose my view and remove it from the navigation after the jump back. The jumpBack works but disposing the view left the navigationView in an inconsistent state. The disposed module moved to the top of the list, after I clicked on it, the sequence of modules is correct again but switching does quit work. The best is to sync the latest CVS state and try yourself
I think what I did wrong here was I removed the SubModule and left the Module there (with no childs). So I will correct that bug in the demo. Still having a Module with no childs should not corrupt the sequence of the Modules in the NavigationTree.
I think disposing the last submodule is my fault. the bug tracked here is that the modules are temporarilty rendered in the wrong order