Bug 13936 - Dependencies Page not keyboard accessible
Summary: Dependencies Page not keyboard accessible
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2002-04-16 15:57 EDT by Tod Creasey CLA
Modified: 2002-04-17 15:40 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-04-16 15:57:17 EDT
The 4 buttons on version to match do not select an try by default. This creates 
two problems

1) You cannot get to the button group via the keyboard as tab traversal will 
not select anything in a list of radio buttons that do not have a selection
2) There should be an initial selection - this is a general UI design 
requirement.
Comment 1 Nick Edgar CLA 2002-04-17 12:09:04 EDT
Need to fix for 2.0.
Comment 2 Dejan Glozic CLA 2002-04-17 12:25:25 EDT
Will fix. A side note - do not change priority of our defects - we use it to 
prioritize work (as the name implies :-). Use the severity instead.
Comment 3 Dejan Glozic CLA 2002-04-17 15:40:58 EDT
The fix would require adding a fifth radio button (None). That is one too many. 
Replaced with a drop-down combo with five choices.

Since I used CCombo, there will be a related problem about not being able to 
tab out of the text field in the combo. This is a known problem that will 
eventually be handled by SWT.