| Summary: | SwingScoutTabBox doesn't select a tab properly | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Hannes Mueller <hannes.mueller> |
| Component: | Scout | Assignee: | Project Inbox <scout.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mvi |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
fixed for Juno ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train) |
if a tab-box has 3 tabs (group-boxes): - the first is visible - the second is invisible - the third is visible and selected if the model now calls: getSecondBox().setVisible(true); getTabBox().setSelectedTab(getSecondBox()); nothing happens! expected behavior would be, that the second box is selected