Bug 375619 - Toolbar with only separator(s) should not be in tab order
Summary: Toolbar with only separator(s) should not be in tab order
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.2   Edit
Hardware: Macintosh Mac OS X
: P3 major (vote)
Target Milestone: 3.8 M7   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2012-03-29 08:12 EDT by Carolyn MacLeod CLA
Modified: 2012-05-07 10:56 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 Carolyn MacLeod CLA 2012-03-29 08:12:24 EDT
Eclipse 4.2 M6

Eclipse 4.2 creates toolbars with only 1 separator tool in them to separate the toolbars. (This simulates the old coolbar).
On Windows, tab traversal ignores the separator-only-toolbars (which is good).
On Mac, tab traverses to the separator-only-toolbar, and this is not good.
To see this, traverse in the forward direction with ctrl+tab until you reach the toolbar. Then keep tabbing forward, and notice that there are too many tab keys required to tab from toolbar to toolbar.
Comment 1 Carolyn MacLeod CLA 2012-03-29 08:14:36 EDT
Raising severity to major because this has the added effect of causing the user to get "stuck" after tabbing through several toolbars. After that point, neither forward or backward traversal work at all.
Comment 2 Silenio Quarti CLA 2012-03-29 10:56:08 EDT
Fixed
http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=5b4363330acbbd4eecdd36d4c211071a9e9ed361

Car, please try the latest. Separators only toolbars will not take focus. I was not able to reproduce the getting stuck problem. See if you can still reproduce it.