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 148117 - 508 related Usability for JAXB Binding
Summary: 508 related Usability for JAXB Binding
Status: RESOLVED DUPLICATE of bug 110226
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ gmpatil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 23:21 UTC by rpoon
Modified: 2008-09-30 18:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JAXB binding a11y output file (1.01 KB, text/plain)
2008-09-23 23:23 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpoon 2008-09-23 23:21:49 UTC
Build:  gfesb build 20080922-1003 (\\thumper\50builds\gfesb\nightly\20080922-1003)

Component:  JAXB Binding (JavaApplication_project/New/XML/JAXB Binding)

The following problems were seen when running the a11y tool for 508 Assessment:

  No Accessible description :
    Class: org.netbeans.core.windows.services.NbDialog {  New JAXB Binding |  } 

  Components with no LABEL_FOR pointing to it :
   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 } 

  Components with no mnemonic :
   Class: javax.swing.JLabel {  Project: |  Project } 

(please also see the attached a11y output file)
Comment 1 rpoon 2008-09-23 23:23:11 UTC
Created attachment 70377 [details]
JAXB binding a11y output file
Comment 2 _ gmpatil 2008-09-30 18:16:15 UTC
JAXB Wiz UI has not changed since last it was verified. Refer to issue #110226.

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 } 






*** This issue has been marked as a duplicate of 110226 ***