Bug 56169 - Platform toolbars do not take focus
Summary: Platform toolbars do not take focus
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks: 55816
  Show dependency tree
 
Reported: 2004-03-25 11:42 EST by Tod Creasey CLA
Modified: 2004-03-25 13:05 EST (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 Tod Creasey CLA 2004-03-25 11:42:35 EST
It is not possible to give focus to a toolbar either by tabbing or selecting 
with the mouse and trying to use arrow keys.

As a result it is not possible to give focus to a view that has no selectable 
content.
Comment 1 Steve Northover CLA 2004-03-25 12:13:38 EST
ToolBars won't take focus with the mouse.  As long as they are SWT.FLAT, they 
can be tabbed into and the arrow keys move around inside them.  I just 
verified this works with the ControlExample.  Are you playing around with 
Control.setTabList()?

Please verify for yourself with the ControlExample (NOTE: It only works for 
SWT.FLAT ToolBars) and reopen if not WORKSFORYOU.
Comment 2 Tod Creasey CLA 2004-03-25 13:05:37 EST
You were right Steve. Thanks.