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 164000

Summary: select datasource and table object window in dbbc wizard is not 508 compliant
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:
Attachments: wsdl image

Description umeshvats 2009-04-29 06:59:09 UTC
select datasource and table object window in dbbc wizard is not 508 compliant.

Steps to reproduce:-
------------------
1. Start the dbbc wizard.
2. select operation table and press next.
3. select a URL and press next.
4. At "select datasource and table object window" 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 :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JButton {  Select Table Button |  Click to select the table from the list of available tables } 


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

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

</PRE>
</BODY>
</HTML>
Comment 1 umeshvats 2009-04-29 07:03:18 UTC
Created attachment 81161 [details]
wsdl image