Bug 160370 - [Dialogs] Help button doesn't have focus
Summary: [Dialogs] Help button doesn't have focus
Status: RESOLVED DUPLICATE of bug 144238
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Susan McCourt CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
: 160372 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-10 16:16 EDT by David Taieb CLA
Modified: 2006-10-12 12:48 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 David Taieb CLA 2006-10-10 16:16:19 EDT
Launch any dialog box.
When you tab through the controls on the dialog, the help button on the bottom left of the dialog never gain any focus.
Comment 1 Grant Gayed CLA 2006-10-11 09:41:33 EDT
*** Bug 160372 has been marked as a duplicate of this bug. ***
Comment 2 Grant Gayed CLA 2006-10-11 11:39:08 EDT
I don't think this is an accessibility issue because Help can still be invoked with F1.

I notice that the ToolBar that the help item lives within is being created with style SWT.NO_FOCUS, which explains why it's not in the tab-traversal order.  So this appears to be by design.

Moving report to UI in case they want to second-guess the exclusion of this item from the tab-traversal order.  Otherwise this seems like a WONTFIX.
Comment 3 Susan McCourt CLA 2006-10-12 12:34:17 EDT
Agree that as long as it's accessible via F1 we should be fine, but cc'ing Curtis for comment before closing...
Comment 4 Curtis d'Entremont CLA 2006-10-12 12:48:55 EDT
Same as bug 144238. Ideally you should be able to get to it so I left that bug open, but it is not high priority.

*** This bug has been marked as a duplicate of 144238 ***