Bug 6198 - Focus lost in tab folder when switching pages
Summary: Focus lost in tab folder when switching pages
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Veronika Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2001-11-21 16:54 EST by Nick Edgar CLA
Modified: 2002-05-15 16:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2001-11-21 16:54:58 EST
Build 20011120.

- go to Java build path properties on a Java project
- give focus to a control in the tab folder
- change tabs (either with mouse, or using CTRL+PAGE_UP or CTRL+PAGE_DOWN)
- focus is lost

- if focus was on the tab, it should go to the new tab
- if focus on another control in the tab folder, it should go to the first 
control in the new page

This is problematic for keyboard accessibility.
Comment 1 Nick Edgar CLA 2002-04-16 09:50:45 EDT
In build 20020412, focus stays on tabs correctly, but is lost if control within 
folder had focus.
Comment 2 Mike Wilson CLA 2002-04-17 13:30:03 EDT
required for accessibility.
Comment 3 Veronika Irvine CLA 2002-04-18 10:22:20 EDT
Fixed on Windows.
Now when a control is set to not visible, the focus is fixed to find the first 
parent that can take focus.

Tested on Motif.  Not an issue on motif because what now happens in Windows 
happens automatically on Motif.

Will verify on GTK 1.2 and GTK 2 and Photon.
Comment 4 Veronika Irvine CLA 2002-05-15 16:50:42 EDT
fixed.