Bug 253786

Summary: Cannot change tabs in TabFolder using keyboard
Product: [Eclipse Project] Platform Reporter: Carolyn MacLeod <carolynmacleod4>
Component: SWTAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: cocoakevin, grant_gayed, skovatch, steve_northover
Version: 3.5Keywords: accessibility
Target Milestone: 3.5 M5   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:
Attachments:
Description Flags
patch none

Description Carolyn MacLeod CLA 2008-11-04 16:31:12 EST
Build id: I20081104-0916

On Carbon, give focus to any tab in a tab folder, then you can type the arrow keys to move to another tab, and space to select it. You cannot do this in SWT Cocoa TabFolders.

This is a keyboard accessibility issue.
Comment 1 Carolyn MacLeod CLA 2008-11-04 16:34:29 EST
Hmmm... I was wrong - it is possible to change tabs in a Cocoa TabFolder using ctrl+arrow (or the old standby - ctrl+PageUp/PageDown). So this bug needs to decide whether that is the correct Cocoa way to change tabs in a TabFolder.
Comment 2 Steve Northover CLA 2008-11-04 17:12:12 EST
If native cocoa tab folders change focus this way, then SWT ones should too.  Is it true that the tabs of cocoa tab folders don't take focus?  We need to prove this in X code.
Comment 3 Grant Gayed CLA 2009-01-13 15:43:29 EST
Created attachment 122456 [details]
patch
Comment 4 Grant Gayed CLA 2009-01-13 15:56:28 EST
fixed with SSQ > 0113