Bug 189003 - [Accessibility] Reverse tab order in Import C/C++ Executable page
Summary: [Accessibility] Reverse tab order in Import C/C++ Executable page
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 4.0 RC4   Edit
Assignee: Vivian Kong CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-05-24 14:56 EDT by Vivian Kong CLA
Modified: 2008-06-22 01:23 EDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (1.61 KB, patch)
2007-06-21 17:19 EDT, Jason Montojo CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vivian Kong CLA 2007-05-24 14:56:20 EDT
Steps to reproduce:
1. Go to File -> Import -> C/C++ Executable.
2. Press Tab
3. Press Tab

Expected result:
- After (1) focus should move to "Select binary parser" drop down
- After (2) focus should move to "Select executable"/"Search directory" radio button
- After (3) focus should move to "Select executable"/"Search directory" text field depending which option was selected

Actual:
- After (1) focus moved to "Select executable"/"Search directory" radio button
- After (2) focus moved to "Select binary parser" drop down
- After (3) focus moved to "Select executable"/"Search directory" text field depending which option was selected.
Comment 1 Jason Montojo CLA 2007-06-21 17:19:19 EDT
Created attachment 72097 [details]
Proposed patch
Comment 2 Vivian Kong CLA 2007-06-21 17:22:40 EDT
Applied to HEAD.  Thanks Jay.