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 127920 - [a11y] Preprocessor Definition window has two 'p' mnemonics
Summary: [a11y] Preprocessor Definition window has two 'p' mnemonics
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 17:03 UTC by alexandrov
Modified: 2008-02-26 11:34 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 17:03:33 UTC
Open Project Properties. Select Code Assistance C (or C++) Compiler, choose Preprocessor Definitions, try to edit =>
Preprocessor Definitions window appear => it has two 'p' mnemonics: for "Preprocessor Definitions" textArea and for
"Inherit from Project" checkbox
Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JTextArea {  Inherited values: |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Inherited values: |  }


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

 Components with potential mnemonics conflict:
 - components with mnemonic 'P' :
   Class: javax.swing.JCheckBox {  Inherit from project |  Inherited values }
   Class: javax.swing.JLabel {  Preprocessor Definitions: |  }


 Components not reachable with tab traversal :
   - none.
Comment 1 Thomas Preisler 2008-02-21 05:57:18 UTC
Fixed:

changeset c4505d80bbac in main
details: http://hg.netbeans.org/main?cmd=changeset;node=c4505d80bbac
Comment 2 dnikitin 2008-02-26 11:34:54 UTC
Verified in NetBeans IDE Dev (Build 200802251204)