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 140783

Summary: A11Y - Options>C/C++>CodeAssistance
Product: cnd Reporter: Alexander Pepin <apepin>
Component: AccessibilityAssignee: Thomas Preisler <thp>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Pepin 2008-07-18 17:02:32 UTC
Results of Accessibility test


 Doesn't implement Accessible :
   Class: javax.swing.plaf.synth.SynthSplitPaneDivider {  }


 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JTabbedPane {  Code Assistance |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  Code Assistance |  }
   Class: javax.swing.JTabbedPane {  Compiler Panel |  Compiler Panel }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Advanced Options |  Invokes Advanced Options dialog }


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

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Add |  New Item }
   Class: javax.swing.JButton {  Add |  New Item }
   Class: javax.swing.JButton {  Advanced Options |  Invokes Advanced Options dialog }
   Class: javax.swing.JButton {  Cancel |  Cancel button }
   Class: javax.swing.JButton {  Copy |  Copy Item }
   Class: javax.swing.JButton {  Copy |  Copy Item }
   Class: javax.swing.JButton {  Down |  Move Item Down }
   Class: javax.swing.JButton {  Down |  Move Item Down }
   Class: javax.swing.JButton {  Edit |  Rename Item }
   Class: javax.swing.JButton {  Edit |  Rename Item }
   Class: javax.swing.JButton {  Help |  Help button }
   Class: javax.swing.JButton {  OK |  OK }
   Class: javax.swing.JButton {  Remove |  Remove Item }
   Class: javax.swing.JButton {  Remove |  Remove Item }
   Class: javax.swing.JButton {  Reset Settings |  Reset Settings }
   Class: javax.swing.JComboBox {  Tool Collection: |  Tool Collection }
   Class: javax.swing.JList {  Configuration List |  List of configurations }
   Class: javax.swing.JList {  Configuration List |  List of configurations }
   Class: javax.swing.JTabbedPane {  Code Assistance |  }
   Class: javax.swing.JTabbedPane {  Compiler Panel |  Compiler Panel }
Comment 1 Thomas Preisler 2008-07-18 22:26:50 UTC
Fixed:

Doesn't implement Accessible :
   Class: apple.laf.CUIAquaSplitPaneDivider {  } 


 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {   |   } 
   Class: javax.swing.JTabbedPane {  Compiler Panel |  Compiler Panel } 


 Components with no mnemonic :
   Class: javax.swing.JButton {  Advanced Options |  Invokes Advanced Options dialog } 
   Class: javax.swing.JButton {  Help |  Help button } 


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

 Components not reachable with tab traversal :
Comment 2 Thomas Preisler 2008-07-18 22:35:05 UTC
changeset 15b61db83097 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=15b61db83097
description:
	140785 A11Y - Options>C/C++>ProjectOptions
	140783 A11Y - Options>C/C++>CodeAssistance

changeset ac9850be20f8 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=ac9850be20f8
description:
	140785 A11Y - Options>C/C++>ProjectOptions
	140783 A11Y - Options>C/C++>CodeAssistance