Bug 253786 - Cannot change tabs in TabFolder using keyboard
Summary: Cannot change tabs in TabFolder using keyboard
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: 3.5 M5   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2008-11-04 16:31 EST by Carolyn MacLeod CLA
Modified: 2009-01-13 15:56 EST (History)
4 users (show)

See Also:


Attachments
patch (1.66 KB, patch)
2009-01-13 15:43 EST, Grant Gayed CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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