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 110432 - [A11Y] WS Customizer problems
Summary: [A11Y] WS Customizer problems
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Customization (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 14:55 UTC by Jaroslav Pospisil
Modified: 2008-04-03 14:58 UTC (History)
1 user (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 Jaroslav Pospisil 2007-07-20 14:55:19 UTC
===============================================
 Tested Window title : Edit WS Attributes / Client / WSDL Customization
===============================================
 No Accessible name :
   Class: org.netbeans.modules.xml.multiview.ui.ToolBarDesignEditor {  |  }


 No Accessible description :
   Class: javax.swing.JButton {  Binding Operations |  }
   Class: javax.swing.JButton {  Bindings |  }
   Class: javax.swing.JButton {  External Binding Files |  }
   Class: javax.swing.JButton {  Global Customization |  }
   Class: javax.swing.JButton {  NewWebService |  }
   Class: javax.swing.JButton {  NewWebServicePort |  }
   Class: javax.swing.JButton {  NewWebServicePortBinding |  }
   Class: javax.swing.JButton {  NewWebServiceService |  }
   Class: javax.swing.JButton {  Port Type Faults |  }
   Class: javax.swing.JButton {  Port Type Operations |  }
   Class: javax.swing.JButton {  Port Types |  }
   Class: javax.swing.JButton {  Ports |  }
   Class: javax.swing.JButton {  Services |  }
   Class: javax.swing.JButton {  operation |  }
   Class: javax.swing.JButton {  operation |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: org.netbeans.modules.xml.multiview.ui.ToolBarDesignEditor {  |  }

 Components with no mnemonic :
   Class: javax.swing.JButton {  Binding Operations |  }
   Class: javax.swing.JButton {  Bindings |  }
   Class: javax.swing.JButton {  External Binding Files |  }
   Class: javax.swing.JButton {  NewWebService |  }
   Class: javax.swing.JButton {  NewWebServicePort |  }
   Class: javax.swing.JButton {  NewWebServicePortBinding |  }
   Class: javax.swing.JButton {  NewWebServiceService |  }
   Class: javax.swing.JButton {  Port Type Faults |  }
   Class: javax.swing.JButton {  Port Type Operations |  }
   Class: javax.swing.JButton {  Port Types |  }
   Class: javax.swing.JButton {  Ports |  }
   Class: javax.swing.JButton {  Services |  }
   Class: javax.swing.JButton {  operation |  }
   Class: javax.swing.JButton {  operation |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }


 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Binding Operations |  }
   Class: javax.swing.JButton {  External Binding Files |  }
   Class: javax.swing.JButton {  Global Customization |  }
   Class: javax.swing.JButton {  NewWebServicePort |  }
   Class: javax.swing.JButton {  NewWebServicePortBinding |  }
   Class: javax.swing.JButton {  NewWebServiceService |  }
   Class: javax.swing.JButton {  Ports |  }
   Class: javax.swing.JButton {  Services |  }
   Class: javax.swing.JButton {  operation |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: javax.swing.JToggleButton {   |  }
Comment 1 bhate 2007-09-28 20:21:16 UTC
its lot of warnings. maybe for beta2 but maybe later. targeting 6.0 FCS.
Comment 2 bhate 2008-03-05 19:24:29 UTC
fixed container panel. The text label in the top does not need a mnemonic. changeset fc7d8d3989b8
Comment 3 bhate 2008-03-06 00:13:49 UTC
I have fixed most of the a11y issues in wsdl customization and wsimport tabs.
Some components can not have (or may have conflicting) mnemonics or can not have label_for pointing to them.
changeset 5d5495dda98d.
assiging to martin to review WSIT tab.
Comment 4 Martin Grebac 2008-03-10 14:01:37 UTC
I fixed relevant warnings in WSIT dialog:
changeset:   72366:ed7d882e2c72
user:        mgrebac@netbeans.org
date:        Mon Mar 10 13:59:48 2008 +0100
summary:     Fix of 110432 - [A11Y] WS Customizer problems
Comment 5 Jaroslav Pospisil 2008-04-03 14:58:54 UTC
v.