Bug 6543 - Missing mnemonics in preference pages
Summary: Missing mnemonics in preference pages
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2001-12-04 08:53 EST by Tod Creasey CLA
Modified: 2002-03-13 15:52 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2001-12-04 08:53:39 EST
The three child pages of the PDE preferences (Advanced Tracing, Java Build Path 
Control and Runtime Tracing) have no mneumonics on any of thier widget labels 
and as a result many of the fields require use of a mouse to access them.
Comment 1 Dejan Glozic CLA 2001-12-04 09:38:45 EST
This is not entirely correct: since fields are regular SWT widgets, they can be 
accessed using TAB and arrow keys. What mnemonics (not mneumonics :-) give you 
is DIRECT access to widgets (compared to N tabs to reach the widget). We will 
fix this, but just for the record, you DO NOT need a mouse to use the dialog, 
it is just faster when mnemonics are present.

Comment 2 Tod Creasey CLA 2001-12-04 09:46:51 EST
In the case of PDE preferences there are some entry fields inaccessible to the 
keyboard without a mouse.

Select Advanced Tracing and then tab to Core Resource Management.
You will see two entries in the Tracing Options.
Now hit tab to get to the Tracing Options
A combo box will open on the second one.  Hitting tab again will do nothing  - 
hitting the up or down arrow keys will change the value of the combo box.

You can get out of it by selecting Shift tab to back up but there is no way to 
ever select the first entry in Tracing Options without the mouse.
Comment 3 Dejan Glozic CLA 2002-03-13 15:52:36 EST
All PDE preferences now have mnemonics.