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 110226 - a11y: "New JAXB Binding" dialog has some a11y issues
Summary: a11y: "New JAXB Binding" dialog has some a11y issues
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAXB (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ gmpatil
URL:
Keywords: A11Y
: 110227 148117 164253 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-19 00:04 UTC by _ hong_lin
Modified: 2009-05-08 00:08 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 _ hong_lin 2007-07-19 00:04:50 UTC
Build: NB 6.0 nightly build 200707160000

The following are issues in this "New JAXB Binding" dialog:
1. some components have no accessible names
2. some components have no accessible descriptions
3. some components with no LABEL_FOR pointing to them
4. All components in the dialog have no mnemonics

Results of Accessibility test, window with title "New JAXB Binding"

 No Accessible name :
   Class: javax.swing.JComboBox {  |  Please select Schema Type. Sun's JAXB RI supports XML and WSDL types. } 
   Class: javax.swing.JTextField {  |  Enter binding name which is unique inside the project } 
   Class: javax.swing.JTextField {  |  Local Schema file } 
   Class: javax.swing.JTextField {  |  Package name to override default package name which is based on target namespace
in the schema. } 
   Class: javax.swing.JTextField {  |  URL for the Schema file } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JRadioButton {  Select From Local File System: |  } 
   Class: javax.swing.JRadioButton {  Select From URL: |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New JAXB Binding |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  Enter binding name which is unique inside the project } 
   Class: javax.swing.JTextField {  |  Local Schema file } 
   Class: javax.swing.JTextField {  |  Package name to override default package name which is based on target namespace
in the schema. } 
   Class: javax.swing.JTextField {  |  URL for the Schema file } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JCheckBox {  Use Binding File |  Specify external bindings files } 
   Class: javax.swing.JCheckBox {  Use Catalog File |  Specify catalog files to resolve external entity references
support TR9401, XCatalog, and OASIS XML Catalog format. } 
   Class: javax.swing.JCheckBox {  Use Extension |  Allow vendor extensions - do not strictly follow the Compatibility
Rules and App E.2 from the JAXB Spec } 
   Class: javax.swing.JCheckBox {  npa |  Suppress generation of package level annotations (**/package-info.java) } 
   Class: javax.swing.JCheckBox {  nv |  Do not perform strict validation of the input schema(s) } 
   Class: javax.swing.JCheckBox {  quiet |  Suppress compiler output } 
   Class: javax.swing.JCheckBox {  readOnly |  Generated files will be in read-only mode } 
   Class: javax.swing.JCheckBox {  verbose |  Be extra verbose } 
   Class: javax.swing.JRadioButton {  Select From Local File System: |  } 
   Class: javax.swing.JRadioButton {  Select From URL: |  }
Comment 1 _ gmpatil 2007-07-19 07:06:15 UTC
*** Issue 110227 has been marked as a duplicate of this issue. ***
Comment 2 _ gmpatil 2007-07-20 09:25:49 UTC
Fixed.
Please use build #1927 or later.

Below 3 component does not have JLabel associated with them as Radio button or Check box name/text is used as label.
   Class: javax.swing.JTextField {  Catalog file |  Imported catalog file } 
   Class: javax.swing.JTextField {  SchemaLocalPath |  Schema file path from local file system } 
   Class: javax.swing.JTextField {  SchemaURL |  URL location from to import schema file } 

Below component will not have mnemonic as it is displays read only extra info Project name.
Class: javax.swing.JLabel {  Project: |  Project } 

Comment 3 _ hong_lin 2007-07-21 01:06:13 UTC
Verified the fix is in nightly build 200707201200.
Comment 4 _ gmpatil 2008-09-30 18:15:18 UTC
*** Issue 148117 has been marked as a duplicate of this issue. ***
Comment 5 _ gmpatil 2009-05-08 00:08:40 UTC
*** Issue 164253 has been marked as a duplicate of this issue. ***