Bug 56169

Summary: Platform toolbars do not take focus
Product: [Eclipse Project] Platform Reporter: Tod Creasey <Tod_Creasey>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: michaelvanmeekeren
Version: 3.0Keywords: accessibility
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 55816    

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.