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 128022 - [A11Y] Missing mnemonics on Add Required Project dialog box
Summary: [A11Y] Missing mnemonics on Add Required Project dialog box
Status: VERIFIED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-21 14:39 UTC by dnikitin
Modified: 2008-03-26 15:59 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 dnikitin 2008-02-21 14:39:41 UTC
Steps to duplicate:
1. Open a Makefile project
2. Bring up project properties and click "Required Projects" node
3. Press [...] button on the right.
4. Press Add button to open Add Project dialog box

"Look in" combobox w/o mnemonic 
File Name textfield w/o mnemonic
Files of Type combobox w/o mnemonic
Comment 1 Thomas Preisler 2008-02-22 06:47:12 UTC
It is a (modified) JFileChooser and it does have (or should have) proper mnemonics. No idea why yo don't see them. I do
see them (Windows).

Anyway, CND's project chooser is build on top of NB's project chooser
org.netbeans.modules.spi.project.ui.support.ProjectChooser. Check the project chooser in a Java project and see if it
has the same problem. If it does, please file the bug against NB's project chooser.
Comment 2 dnikitin 2008-03-26 15:59:35 UTC
I had problem with LookAndFeel on my gnome 2.18.1.
After I start NB with --laf javax.swing.plaf.metal.MetalLookAndFeel all mnemonics are visible.