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 - a11y: Dialog for Generate Encoder Definition XSD failed a11y test
Summary: a11y: Dialog for Generate Encoder Definition XSD failed a11y test
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Cobol Copy Book Encoder (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Venkat Chellasamy
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-11-10 17:00 UTC by fmartinez1
Modified: 2009-12-01 17:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
a11y Output Files (1.17 KB, application/x-zip-compressed)
2009-11-10 18:56 UTC, fmartinez1
Details

Note You need to log in before you can comment on or make changes to this bug.
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"