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 56147 - A11Y: Project properties - Web Services
Summary: A11Y: Project properties - Web Services
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ ttran
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-03-10 11:57 UTC by L Martinek
Modified: 2006-03-24 12:50 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 L Martinek 2005-03-10 11:57:57 UTC
Have Web Application with web service. Open project properties and select
category Web Services -> Web Services


===============================================
 Tested Window title : Project Properties - WebApplication32
===============================================

Results of Accessibility test


 No Accessible name :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }


 No Accessible description :
   Class: javax.swing.JCheckBox {  Debug |  }
   Class: javax.swing.JCheckBox {  Optimize |  }
   Class: javax.swing.JCheckBox {  Verbose Operation |  }
   Class: javax.swing.JCheckBox {  documentliteral |  }
   Class: javax.swing.JCheckBox {  noencodedtypes |  }
   Class: javax.swing.JCheckBox {  rpcliteral |  }
   Class: javax.swing.JList {  Web Services: |  }
   Class: javax.swing.JTextArea {  Enabled features: |  }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }


 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Cancel  |  N/A }
   Class: javax.swing.JCheckBox {  Debug |  }
   Class: javax.swing.JCheckBox {  Optimize |  }
   Class: javax.swing.JCheckBox {  Verbose Operation |  }
   Class: javax.swing.JCheckBox {  documentliteral |  }
   Class: javax.swing.JCheckBox {  noencodedtypes |  }
   Class: javax.swing.JCheckBox {  rpcliteral |  }
   Class: javax.swing.JLabel {  Enabled features: |  }
   Class: javax.swing.JLabel {  Web Services: |  }
Comment 1 _ ttran 2005-03-17 23:30:00 UTC
fixed

Class: javax.swing.JCheckBox {  documentliteral |  }
Class: javax.swing.JCheckBox {  noencodedtypes |  }
Class: javax.swing.JCheckBox {  rpcliteral |  }

those checkboxes are derived from wscompile settings and can hardly have mnemonic.

The user can use tab, so A11Y is okay
Comment 2 Lukas Jungmann 2005-07-13 09:07:47 UTC
v.