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 - select datasource and table object window in dbbc wizard is not 508 compliant
Summary: select datasource and table object window in dbbc wizard is not 508 compliant
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Database BC (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 06:59 UTC by umeshvats
Modified: 2009-06-09 20:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
wsdl image (3.75 MB, image/jpeg)
2009-04-29 07:03 UTC, umeshvats
Details

Note You need to log in before you can comment on or make changes to this bug.
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