Bug 6588 - Tab order in new class wizard is wrong
Summary: Tab order in new class wizard is wrong
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2001-12-05 10:11 EST by Nick Edgar CLA
Modified: 2001-12-13 09:24 EST (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-12-05 10:11:09 EST
Build 20011204.

- open new class wizard
- tab between controls
- the Finish button appears in the middle of the order

The order should be top-down/left-to-right.

Maybe due to wizard creating top buttons in createButtonsForButtonBar?
Comment 1 Martin Aeschlimann CLA 2001-12-05 10:36:48 EST
The finish button is enabled when the interface list should get the focus, but 
is empty.

I was assuming that SWT sets the tab selection order by default to the control 
creation order. Is that correct?
The inner controls of the new class wizards are created left - right, top - 
down. all is is one composite, so this should work without any modification. 
There is no special setting of the tab order.

Moving to SWT for comment.
Comment 2 Steve Northover CLA 2001-12-12 20:49:55 EST
It's working.  An empty table on Windows does not draw a focus indicator.
Comment 3 Nick Edgar CLA 2001-12-13 09:24:43 EST
Sorry, I thought the Finish button regaining the default button look was focus.

I noticed another problem with the enclosing type button not appearing in the 
tab order.  See bug 6891.