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 140343

Summary: A11Y - Missing mnemonics and a11y descriptions and a11y names in qucksearch provider wizard
Product: apisupport Reporter: Tomas Danek <musilt2>
Component: TemplatesAssignee: Max Sauer <msauer>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Tomas Danek 2008-07-16 16:02:47 UTC
new quicksearch provider wizard:

Please add following:
- a11y names
- a11y descriptions
- mnemonics (! a11y tester did not report problem, but mnemonics are missing)
- bind labels with components correctly
========================================== Tested Window title : New New Quick Search Provider
===========================================

Doesn't implement Accessible : - none.

No Accessible name :

Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 

No Accessible description :

Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    org.netbeans.core.windows.services.NbDialog { New New Quick Search Provider | } 

Label with LABEL_FOR not set : - none.

Components with no LABEL_FOR pointing to it :

Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | }
Comment 1 Max Sauer 2008-07-17 13:44:29 UTC
Fixed.
---
http://hg.netbeans.org/main/rev/678b188f9dbf

Comment 2 Tomas Danek 2008-07-29 11:51:20 UTC
Thanks. verified.