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 184625 - A11Y: Properties of Annotation Processors
Summary: A11Y: Properties of Annotation Processors
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Peter Pis
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-21 14:25 UTC by Peter Pis
Modified: 2010-04-23 04: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 Peter Pis 2010-04-21 14:25:58 UTC
Product Version: NetBeans IDE Dev (Build 201004210200)
Java: 1.6.0_18; Java HotSpot(TM) Client VM 16.0-b13
System: Linux version 2.6.31-20-generic running on i386; UTF-8; en_US (nb

===============================================
 Tested Window title : Project Properties -
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 No Accessible name :
   Class: javax.swing.JList {  |  } 
 No Accessible description :
   Class: javax.swing.JButton {  Add JAR/Folder |  } 
   Class: javax.swing.JButton {  Add Library... |  } 
   Class: javax.swing.JButton {  Add Project... |  } 
   Class: javax.swing.JButton {  Remove |  } 
   Class: javax.swing.JList {  |  } 
 Label with LABEL_FOR not set :
   - none.
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTabbedPane {  N/A |  N/A } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A } 
 Components with no mnemonic :
   - none.
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
 Components with potential mnemonics conflict:
 - components with mnemonic 'R' :
   Class: javax.swing.JButton {  Browse... |  N/A } 
   Class: javax.swing.JButton {  Remove |  } 
 Components not reachable with tab traversal :
   - none.
Comment 1 Peter Pis 2010-04-21 14:28:07 UTC
===============================================
 Tested Window title : Project Properties 
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 No Accessible name :
   - none.
 No Accessible description :
   Class: javax.swing.JButton {  Add |  } 
   Class: javax.swing.JTable {  Processor Options (-Akey=value): |  } 
 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 {  Processor Options (-Akey=value): |  } 
 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 |  N/A } 
   Class: javax.swing.JButton {  Add |  } 
 Components not reachable with tab traversal :
   - none.
Comment 2 Peter Pis 2010-04-22 14:37:24 UTC
Fixed.

http://hg.netbeans.org/jet-main/rev/029de0d4f57c
Comment 3 Quality Engineering 2010-04-23 04:30:05 UTC
Integrated into 'main-golden', will be available in build *201004230200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/029de0d4f57c
User: Peter Pis <ppis@netbeans.org>
Log: #184625: A11Y problems fixed.