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 140292 - A11Y - Missing mnemonics and a11y descriptions and a11y names in code generator wizard
Summary: A11Y - Missing mnemonics and a11y descriptions and a11y names in code generat...
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Max Sauer
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-16 13:30 UTC by Tomas Danek
Modified: 2008-07-29 11:53 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 Tomas Danek 2008-07-16 13:30:21 UTC
Code generator wizard:

Please add following:
- a11y names
- a11y descriptions
- mnemonics
- bind labels with components correctly

According to guidelines P1, sorry:(

 No Accessible name :

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

No Accessible description :

Class
    javax.swing.JCheckBox { Generate CodeGeneratorContextProvider? | } 
Class
    javax.swing.JTextField { ContextProvider? Class Name: | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    org.netbeans.core.windows.services.NbDialog { New Code Generator | } 

Label with LABEL_FOR not set : - none.

Components with no LABEL_FOR pointing to it :

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

Components with no mnemonic :

Class
    javax.swing.JCheckBox { Generate CodeGeneratorContextProvider? | } 
Class
    javax.swing.JLabel { ContextProvider? Class Name: | } 

Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic): - none.
Comment 1 Max Sauer 2008-07-17 12:18:23 UTC
Fixed.
---
http://hg.netbeans.org/main/rev/7219a416a569
Comment 2 Tomas Danek 2008-07-29 11:53:10 UTC
Thanks Maxi. Verified.
Comment 3 Tomas Danek 2008-07-29 11:53:20 UTC
Thanks Maxi. Verified.