| Summary: | NavigationNode.setLabel() on parent does not work on EmbeddedTitlebar | ||
|---|---|---|---|
| Product: | [RT] Riena | Reporter: | Christian Campo <christian.campo> |
| Component: | UI | Assignee: | Project Inbox <riena.ui-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 281992 *** |
The SubModule Titlebar is comprised of the label of the submodule and the parent. If the submodule label changes the embedded title bar is adopted. However if the parent changes its not. The only workaround is this: getNavigationNode().getParent().setLabel("xyz"); getNavigationNode().setLabel(getNavigationNode().getLabel());