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 110450 - [A11Y] Javadoc hints panel in options is not fully accessible
Summary: [A11Y] Javadoc hints panel in options is not fully accessible
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 16:25 UTC by Jiri Prox
Modified: 2008-09-05 16:56 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 Jiri Prox 2007-07-20 16:25:44 UTC
Product Version: NetBeans IDE Dev (Build 070720) 
Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) 
Userdir: /home/jp159440/.netbeans/dev

There are missing accessible descriptions and mnemonics for radiobuttons  package,private,protected and public
(other a11y problems are general to all hints and filed as separate issue)

===============================================
 Tested Window title : Options
===============================================
 
Results of Accessibility test
 
 
 Doesn't implement Accessible :
   Class: javax.swing.plaf.metal.MetalSplitPaneDivider {  }
   Class: javax.swing.plaf.metal.MetalSplitPaneDivider {  }
 
 
 No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/html }
   Class: javax.swing.JTree {  |  }
 
 
 No Accessible description :
   Class: javax.swing.JComboBox {  Show As: |  }
   Class: javax.swing.JRadioButton {  package |  }
   Class: javax.swing.JRadioButton {  private |  }
   Class: javax.swing.JRadioButton {  protected |  }
   Class: javax.swing.JRadioButton {  public |  }
   Class: javax.swing.JTabbedPane {  Hints |  }
   Class: javax.swing.JTree {  |  }
 
 
 Label with LABEL_FOR not set :
   - none.
 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/html }
   Class: javax.swing.JTabbedPane {  Hints |  }
   Class: javax.swing.JTree {  |  }
 
 
 Components with no mnemonic :
   Class: javax.swing.JRadioButton {  package |  }
   Class: javax.swing.JRadioButton {  private |  }
   Class: javax.swing.JRadioButton {  protected |  }
   Class: javax.swing.JRadioButton {  public |  }
 
 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
Comment 1 Jan Pokorsky 2007-08-27 16:32:01 UTC
Added mnemonics for scope options. 

/cvs/javadoc/src/org/netbeans/modules/javadoc/hints/JavadocHintProvider.java,v  <--  JavadocHintProvider.java
new revision: 1.29; previous revision: 1.28
done
Checking in Bundle.properties;
/cvs/javadoc/src/org/netbeans/modules/javadoc/hints/Bundle.properties,v  <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
Comment 2 Jiri Prox 2008-09-05 16:56:06 UTC
v.