Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368991 - SwingScoutTabBox doesn't select a tab properly
Summary: SwingScoutTabBox doesn't select a tab properly
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Scout (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 12:03 EST by Hannes Mueller CLA
Modified: 2021-08-19 11:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hannes Mueller CLA 2012-01-18 12:03:08 EST
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
Comment 1 Matthias Villiger CLA 2012-01-26 04:20:08 EST
fixed for Juno
Comment 2 Matthias Zimmermann CLA 2012-07-09 06:49:35 EDT
ticket closed.
deliverd as part of eclipse scout 3.8.0 (juno release train)