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 110436 - [A11Y] WSIT Configuration accessibility problems
Summary: [A11Y] WSIT Configuration accessibility problems
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (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 15:07 UTC by Jaroslav Pospisil
Modified: 2007-09-20 12:47 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 15:07:10 UTC
===============================================
 Tested Window title : WSIT Configuration
===============================================
 No Accessible name :
   Class: javax.swing.JTextArea {  |  }
   Class: org.netbeans.modules.xml.multiview.ui.ToolBarDesignEditor {  |  }


 No Accessible description :
   Class: javax.swing.JButton {  Input Message |  }
   Class: javax.swing.JButton {  NewWebServicePortBinding |  }
   Class: javax.swing.JButton {  Output Message |  }
   Class: javax.swing.JButton {  operation Operation |  }
   Class: javax.swing.JButton {  operation |  }
   Class: javax.swing.JCheckBox {  Allow TCP Transport |  }
   Class: javax.swing.JCheckBox {  Disable Fast Infoset |  }
   Class: javax.swing.JCheckBox {  Optimize Transfer Of Binary Data (MTOM) |  }

   Class: javax.swing.JCheckBox {  Reliable Message Delivery |  }
   Class: javax.swing.JTextArea {  |  }
   Class: javax.swing.JToggleButton {   |  }
   Class: org.netbeans.modules.xml.multiview.ui.ToolBarDesignEditor {  |  }

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Input Message |  }
   Class: javax.swing.JButton {  Output Message |  }
   Class: javax.swing.JButton {  operation Operation |  }
   Class: javax.swing.JButton {  operation |  }
   Class: javax.swing.JToggleButton {   |  }

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  NewWebServicePortBinding |  }

===============================================
 Tested Window title : Edit WS Attributes / Client / WSIT Configuration
===============================================

 No Accessible name :
   Class: org.netbeans.modules.xml.multiview.ui.ToolBarDesignEditor {  |  }


 No Accessible description :
   Class: javax.swing.JButton {  Transport |  }
   Class: javax.swing.JCheckBox {  Automatically Select Optimal Encoding (XML/Fa
st Infoset) |  }
   Class: javax.swing.JCheckBox {  Automatically Select Optimal Transport (HTTP/
TCP) |  }
   Class: org.netbeans.modules.xml.multiview.ui.ToolBarDesignEditor {  |  }

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Transport |  }
Comment 1 Martin Grebac 2007-07-26 15:15:08 UTC
Fixed in trunk:

Checking in client/CallbackPanel.form;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/client/CallbackPanel.form,v  <--  CallbackPanel.form
new revision: 1.7; previous revision: 1.6
done
Checking in client/CallbackPanel.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/client/CallbackPanel.java,v  <--  CallbackPanel.java
new revision: 1.9; previous revision: 1.8
done
Checking in client/TransportPanelClient.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/client/TransportPanelClient.java,v  <-- 
TransportPanelClient.java
new revision: 1.6; previous revision: 1.5
done
Checking in client/STSClientPanel.form;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/client/STSClientPanel.form,v  <--  STSClientPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in client/TransportPanelClient.form;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/client/TransportPanelClient.form,v  <-- 
TransportPanelClient.form
new revision: 1.6; previous revision: 1.5
done
Checking in client/Bundle.properties;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/client/Bundle.properties,v  <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in client/STSClientPanel.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/client/STSClientPanel.java,v  <--  STSClientPanel.java
new revision: 1.6; previous revision: 1.5
done
Checking in service/ServicePanel.form;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/service/ServicePanel.form,v  <--  ServicePanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in service/ServicePanel.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/service/ServicePanel.java,v  <--  ServicePanel.java
new revision: 1.16; previous revision: 1.15
done
Checking in service/Bundle.properties;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/service/Bundle.properties,v  <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Comment 2 Jaroslav Pospisil 2007-09-20 12:47:54 UTC
VERIFIED