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 164022

Summary: Stored procedure window of DBBC wizard is not 508 comliant.
Product: soa Reporter: umeshvats <umeshvats>
Component: Database BCAssignee: Pavan Veeravarapu <pveeravarapu>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description umeshvats 2009-04-29 09:59:42 UTC
Stored procedure window of DBBC wizard is not 508 comliant.

Steps to reproduce:-
------------------
1. Start the dbbc wizard.
2. select operation stored procedure and press next.
3. select a URL and press next.
4. At "stored procedure/function editor" run a11y checker tool.


Expected result:-
----------------
log file should have all clear values i.e. none.

Actual result:-
-------------

<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : New WSDL Document </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "New WSDL Document"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Get Procedures |  } 
   Class: javax.swing.JButton {  Remove |  } 
   Class: javax.swing.JCheckBox {  No Catalog |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New WSDL Document |  } 


 Label with LABEL_FOR not set :
   - none.

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


 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  No Catalog |  } 


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  < Back |  Previous step: 3. Select one of the following : } 
   Class: javax.swing.JButton {  Add Button |  Click to select a stored procedure from the list of available procedures } 
   Class: javax.swing.JButton {  Cancel |  n/a } 
   Class: javax.swing.JButton {  Edit Paramters Button |  Click to edit paramters for the stored procedure. } 
   Class: javax.swing.JButton {  Edit ResultSets... |  Click to edit resultsets from stored procedures } 
   Class: javax.swing.JButton {  Get Procedures |  } 
   Class: javax.swing.JButton {  Help |  Help button } 
   Class: javax.swing.JButton {  Remove |  } 
   Class: javax.swing.JCheckBox {  No Catalog |  } 
   Class: javax.swing.JTextArea {  Error status Text Area |  Error status of the stored procedure selection or removal } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.modules.wsdlextensions.jdbc.wizards.StoredProceduresPanel$1 {  Stored Procedure Table |  Select a
Stored Proc or Function from the list } 
   Class: org.netbeans.modules.wsdlextensions.jdbc.wizards.StoredProceduresPanel$2 {  Selected Stored Procedures: |  null } 

</PRE>
</BODY>
</HTML>