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 82443 - a11y: Create new WSDL File wizard a11y issues
Summary: a11y: Create new WSDL File wizard a11y issues
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-11 01:35 UTC by jchieu
Modified: 2007-02-14 23:40 UTC (History)
2 users (show)

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 jchieu 2006-08-11 01:35:48 UTC
Create a new WSDL File.
In the new WSDL window, select the finish.

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  < Back |  Previous step: 1. Choose File Type } 
   Class: javax.swing.JButton {  Cancel |  n/a } 
   Class: javax.swing.JButton {  Finish |  n/a } 
   Class: javax.swing.JButton {  Help |  Help button } 
   Class: javax.swing.JCheckBox {  Import XML Schema File(s) |  Import XML 
Schema File(s) } 
   Class: javax.swing.JTextField {  Target Namespace: |  Set target namespace 
for WSDL file (usually URL string). } 
   Class: javax.swing.JTextField {  XML Schema(s): |  Specify schema file(s) to 
import }
Comment 1 Jaromir Uhrik 2006-09-11 12:55:02 UTC
Works for me. I got the following output and as you can see there are no
problems with the dialog:

===============================================
 Tested Window title : New WSDL
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 No Accessible name :
   - none.
 No Accessible description :
   - none.
 Label with LABEL_FOR not set :
   - none.
 Components with no LABEL_FOR pointing to it :
   - none.
 Components with no mnemonic :
   - none.
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.
 Components not reachable with tab traversal :
   - none.
Comment 2 jchieu 2006-09-13 23:24:06 UTC
Verified that the below no longer happens but I now see these problems.

 No Accessible description :
   Class: javax.swing.JCheckBox {  Import XML Schema File(s) |  } 
   Class: javax.swing.JTextField {  Target Namespace: |  } 
   Class: javax.swing.JTextField {  XML Schema(s): |  }
Comment 3 Milan Kuchtiak 2007-02-09 17:17:07 UTC
The code should (likely) by fixed in

websvc/core :
org.netbeans.modules.websvc.core.dev.wizard.WebServiceFromWSDLPanel
Comment 4 bhate 2007-02-14 23:40:20 UTC
The latest development build from trunk has no a11y issues.
following was the o/p from a11y test
===============================================
 Tested Window title : New WSDL
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.