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 176470

Summary: a11y: Dialog for Generate Encoder Definition XSD failed a11y test
Product: soa Reporter: fmartinez1 <fmartinez1>
Component: Cobol Copy Book EncoderAssignee: Venkat Chellasamy <vchellasamy>
Status: VERIFIED FIXED    
Severity: normal Keywords: A11Y
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: a11y Output Files

Description fmartinez1 2009-11-10 17:00:47 UTC
Found using GFESB v2.2 nightly build (20091109-0720) plus AddOns pack build
(20091109-0654).

Dialog for Generate Encoder XSD failed a11y test

1. Create new Project->SOA->BPEL Module
2. Right-Click on "Process Files"
3. Select New->External COBOL Copybook Document(s)
4. Right-Click on newly created copybook document and select "Generate Encoder Definition XSD.

The output file is attached. The problem listed is:


No Accessible description
Comment 1 fmartinez1 2009-11-10 18:56:05 UTC
Created attachment 90758 [details]
a11y Output Files
Comment 2 ltang 2009-11-16 11:38:29 UTC
already checked into netbeans gfesbv22 repository
Comment 3 fmartinez1 2009-12-01 17:12:05 UTC
Verified the fix for this ticket-- build 20091123-0720
The componenent containing the error is now passing the a11y test.

A new error occurred after the fix was checked in for the following:

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextPane {  Width-compliance |  text/plain } 

However, after consulting with the developer we determined that this is due to additional descriptions added to this screen after the original a11y test was run. The new descriptions would no require a LABEL so we determined that this is not a valid issue.

I am marking this ticket "VERIFIED"