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 164021 - Prepared statement editor is not 508 compliant.
Summary: Prepared statement editor 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 09:56 UTC by umeshvats
Modified: 2009-06-09 20:53 UTC (History)
0 users

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 umeshvats 2009-04-29 09:56:52 UTC
Prepared statement editor is not 508 compliant.

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

 No Accessible description :
   Class: javax.swing.JButton {  Add Parameters Button |  } 
   Class: javax.swing.JButton {  Remove Parameters |  } 
   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 :
   - none.

 Components with no mnemonic :
   - none.

 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 {  Cancel |  n/a } 
   Class: javax.swing.JButton {  Discover Resultset Button |  Click to discover the ResultSet types } 
   Class: javax.swing.JButton {  Help |  Help button } 
   Class: javax.swing.JButton {  Next > |  Next step: 5. Enter JNDI Name } 
   Class: javax.swing.JTable {  Resultset Table |  Displays discovered resultsets } 

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