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 140782 - A11Y - Options>C/C++>SemanticHighlighting
Summary: A11Y - Options>C/C++>SemanticHighlighting
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-18 16:59 UTC by Alexander Pepin
Modified: 2008-07-28 21:39 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 16:59:30 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 {  Semantic Highlighting |  }


 Label with LABEL_FOR not set :
   - none.

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


 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 {  Advanced Options |  Invokes Advanced Options dialog }
   Class: javax.swing.JButton {  Cancel |  Cancel button }
   Class: javax.swing.JButton {  Help |  Help button }
   Class: javax.swing.JButton {  OK |  OK }
   Class: javax.swing.JCheckBox {  Highlight Class' Fields |  N/A }
   Class: javax.swing.JCheckBox {  Highlight Function's Names |  N/A }
   Class: javax.swing.JCheckBox {  Highlight Inactive Code |  N/A }
   Class: javax.swing.JCheckBox {  Highlight Macros |  N/A }
   Class: javax.swing.JCheckBox {  Highlight Typedefs |  N/A }
   Class: javax.swing.JCheckBox {  Keep Marks |  N/A }
   Class: javax.swing.JCheckBox {  Mark Occurrences Of Symbol Under Caret |  N/A }
   Class: javax.swing.JTabbedPane {  Semantic Highlighting |  }
Comment 1 Sergey Grinev 2008-07-21 16:13:17 UTC
Tab traversal issues were already fixed
Accessible Name/Description issues were fixed by http://hg.netbeans.org/main/rev/8737986bc671
Left issues are either NB ones or shouldn't be fixed