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 110227 - a11y: "Change JAXB options" dialog has some a11y issues
Summary: a11y: "Change JAXB options" dialog has some a11y issues
Status: VERIFIED DUPLICATE of bug 110226
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
Depends on:
Blocks:
 
Reported: 2007-07-19 00:19 UTC by _ hong_lin
Modified: 2007-07-24 06:46 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:19:30 UTC
Build: NB 6.0 nightly build 200707160000

The following are issues in this "Change JAXB options" 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 "Change JAXB options"


 Doesn't implement Accessible :
   - none.

 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 {  Change JAXB options |  } 

 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:17 UTC
Both New Binding and Customize binding uses same component. Only the text in the title is different.

Marking this as duplicate of #110226.

*** This issue has been marked as a duplicate of 110226 ***
Comment 2 _ hong_lin 2007-07-24 06:46:43 UTC
Verified.