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 127898 - [A11Y] missing mnemonic in New Project window
Summary: [A11Y] missing mnemonic in New Project window
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 15:47 UTC by alexandrov
Modified: 2008-02-26 11:37 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 alexandrov 2008-02-20 15:47:15 UTC
Open New Project/C/C++/C/C++ Project From Existing Code. Click Next =>
there is no mnemonic for TextField "Generated Makefile"

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JTextArea {  |  }


 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JCheckBox {  Run Configure Script after Finish |  }
   Class: javax.swing.JRadioButton {  Using a makefile generated by a 'configure' script |  }
   Class: javax.swing.JRadioButton {  Using an existing makefile |  }
   Class: javax.swing.JTextArea {  |  }
   Class: javax.swing.JTextField {  Configure Arguments: |  }
   Class: javax.swing.JTextField {  Configure Script: |  }
   Class: javax.swing.JTextField {  Generated Makefile: |  }
   Class: org.netbeans.core.windows.services.NbDialog {  New Project |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  |  }


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Generated Makefile: |  }


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
Comment 1 Thomas Preisler 2008-02-21 00:00:48 UTC
"Generated Makefile" is a r/o field and doesn't't have to have a label for with a mnemonic. However, some r/o fields in NB do have mnemonics so I also added 
one.
Comment 2 Thomas Preisler 2008-02-21 05:58:50 UTC
Fixed:
changeset 487e7fc8aa2a in main
details: http://hg.netbeans.org/main?cmd=changeset;node=487e7fc8aa2a
Comment 3 dnikitin 2008-02-26 11:37:10 UTC
Verified in NetBeans IDE Dev (Build 200802251204)