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 - A11Y - Options>C/C++>CodeAssistance
Summary: A11Y - Options>C/C++>CodeAssistance
Status: RESOLVED 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-07-18 17:02 UTC by Alexander Pepin
Modified: 2008-07-21 13:10 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 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