Bug 4431 - Folder tab does not get focus (1FIGI95)
Summary: Folder tab does not get focus (1FIGI95)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Veronika Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:16 EDT by Veronika Irvine CLA
Modified: 2002-05-27 10:34 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 Veronika Irvine CLA 2001-10-11 14:16:40 EDT
When you click on the tab of a folder, the tab does not get focus (no focus 
event, 
no dashed box showing focus).

NOTES:

To test, run com.ibm.swt.examples.win32.FocusExample and click on the Tab for 
any folder. 
You should see a message in the text box saying Focus gained or Focus lost but 
this does 
not occur for the tab folder.

SN (9/15/99 9:27:11 AM)
	Platform behavior.  This is because it does not take focus when you 
click.

KH (9/17/99 9:20:20 AM)
	You explicitly prevent focus events in
	TabFolder.widgetStyle(). What are the problems caused when you enable 
focus events? 


KH (9/17/99 3:51:12 PM)
	How about Inactive.

SN (9/17/99 4:02:13 PM)
	Go ahead and move to
	inactive.

	
	McQ (27/11/2000 3:05:59 PM) -
This needs to be reviewed as part of tab order discussion. See PR:
			1FJ6C6L: SWT:WINNT - DCR - Need a way to specify tab 
order

	SN (2/1/01 1:56:25 PM) -
		I will check if this is still a desired feature.
Comment 1 DJ Houghton CLA 2001-10-24 06:28:26 EDT
PRODUCT VERSION: 0.29

Comment 2 Veronika Irvine CLA 2002-05-27 10:34:19 EDT
fixed a while back