This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 63081 - Mnemonic problems in Options dialog
Summary: Mnemonic problems in Options dialog
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-08-25 16:44 UTC by Jesse Glick
Modified: 2008-12-22 11:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-08-25 16:44:39 UTC
Alt-G, Alt-E, Alt-F, Alt-K, and Alt-A do not work to switch categories in the
Options dialog, even though mnemonics for other individual elements do seem to work.

Also with Fonts & Colors | Highlighting selected, Alt-E just focuses "Effects".

And there is no mnemonic to switch tabs in the Fonts & Colors or Editor panels.
Hard to use from the KB.

Some other mnemonics are missing in obvious places, e.g. Category list has none.
Comment 1 Roman Strobl 2005-08-30 16:11:05 UTC
This qualifies at least as a P2 according to:

http://qa.netbeans.org/processes/bug_priority_guidelines.html

Comment 2 Jan Jancura 2005-08-31 10:45:58 UTC
reproducible.
Comment 3 Jan Jancura 2005-09-14 22:10:14 UTC
switching categories fixed:

Checking in OptionsPanel.java;
/cvs/core/options/src/org/netbeans/modules/options/OptionsPanel.java,v  <-- 
OptionsPanel.java
new revision: 1.9; previous revision: 1.8
done
Comment 4 Jan Jancura 2005-09-14 22:55:12 UTC
tabs and some other issues fixed:

Checking in colors/FontAndColorsPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/FontAndColorsPanel.java,v
 <--  FontAndColorsPanel.java
new revision: 1.9; previous revision: 1.8
done
Checking in colors/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/colors/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in editor/EditorPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/editor/EditorPanel.java,v 
<--  EditorPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in editor/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/editor/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in keymap/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/keymap/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in general/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/general/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Comment 5 Jaromir Uhrik 2007-10-08 13:15:22 UTC
Since there were other changes related to the accessibility of Options I am goning to set this issue as closed because
it cannot be valid anymore.