Bug 3554 - TP125: weird tab order in create project wizard (1G83VP8)
Summary: TP125: weird tab order in create project wizard (1G83VP8)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 4248 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 22:57 EDT by Erich Gamma CLA
Modified: 2002-05-15 21:25 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 Erich Gamma CLA 2001-10-10 22:57:03 EDT
TM (25.01.2001 11:51:54)
	ITPJUI 71.50

	1) open a "create java project" wizard
	2) goto the java settings page.	
	3) tab through the pages.
	4) observe: the tab order is somewhat arbitrary:

	- The "output folder" field is focussed after the "next" field
	- Some buttons are not tab-activated even though they're enabled ("uncheck all" on the projects
		page, for example).

DB (25.01.2001 19:17:57)
	This is still an SWT issue.
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:16:12 EDT
moved to 'active'
Comment 2 Erich Gamma CLA 2001-11-10 17:56:35 EST
waiting on SWT support. Support for defining tab order should appear soon. It 
is required for the accessability work.
Comment 3 Martin Aeschlimann CLA 2001-12-07 11:56:06 EST
*** Bug 4248 has been marked as a duplicate of this bug. ***
Comment 4 Martin Aeschlimann CLA 2001-12-07 11:56:42 EST
seems to work now on Windows, but not on Linux
The widgets in the wizard are created left - right, top - down. The default tab 
order should be the creation order, so there no setting of tab order performed 
in the wizards.

Moving to SWT for looking at the Linux problem.
Comment 5 Steve Northover CLA 2001-12-07 12:26:38 EST
Tab ordering on Linux is currently quite broken.  We are strongly
considering abandoning the native traversal calls and emulating it.
Comment 6 Steve Northover CLA 2002-05-15 21:25:07 EDT
Linux now works the same as Windows for tabbing.