Bug 13936

Summary: Dependencies Page not keyboard accessible
Product: [Eclipse Project] PDE Reporter: Tod Creasey <Tod_Creasey>
Component: UIAssignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 Keywords: accessibility
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.