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 127864 - [A11Y] Same mnemonic "A" for Add and Apply in Project Properties | General
Summary: [A11Y] Same mnemonic "A" for Add and Apply in Project Properties | General
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 13:14 UTC by Alexander Ioffe
Modified: 2008-02-26 11:30 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 Alexander Ioffe 2008-02-20 13:14:17 UTC
[A11Y] Same mnemonic "A" for Add and Apply in Project Properties | General

Results of Accessibility test, window with title "Project Properties - Quote_9"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JTextField {  Project Location: |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A } 


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Project Location: |  } 


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

 Components with potential mnemonics conflict:
 - components with mnemonic 'A' :
   Class: javax.swing.JButton {  Add |  New Item } 
   Class: javax.swing.JButton {  Apply |  N/A } 


 Components not reachable with tab traversal :
   - none.
Comment 1 Thomas Preisler 2008-02-20 23:58:09 UTC
Dup mnemonic fixed.
Comment 2 Thomas Preisler 2008-02-21 05:59:27 UTC
Fixed:
changeset dbbd85cea6f0 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=dbbd85cea6f0
Comment 3 Thomas Preisler 2008-02-21 05:59:43 UTC
f
Comment 4 dnikitin 2008-02-26 11:30:18 UTC
Verified in NetBeans IDE Dev (Build 200802251204)