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 176171 - A11Y-"Select operation specific attribute" window fails the A11Y tester testing.
Summary: A11Y-"Select operation specific attribute" window fails the A11Y tester testing.
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Database BC (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-11-09 02:26 UTC by umeshvats
Modified: 2009-11-17 23:08 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-11-09 02:26:42 UTC
Steps to reproduce:-
-------------------
1. Start a DBBC WSDL. with Table option.
2. Press next.
3. Select a URL and press next.
4. Select a table and press next.
2. Use A11Y-tester tool for netbeans on "Select operation specific attribute"
window.

Expected result:-
----------------
All tests should pass with none error/exception.


Actual result:-
-------------
Exceptions displayed. Log attached.

Output File:-
-----------

<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.JCheckBox {  Delete |  } 
   Class: javax.swing.JCheckBox {  Find |  } 
   Class: javax.swing.JCheckBox {  Insert |  } 
   Class: javax.swing.JCheckBox {  Poll Records |  } 
   Class: javax.swing.JCheckBox {  Update |  } 
   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: org.netbeans.modules.wsdlextensions.jdbc.wizards.JDBCWizardTablePanel$MetaTableComponent {  Selected Tables  |  Displays the selected tables } 


 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Delete |  } 
   Class: javax.swing.JCheckBox {  Find |  } 
   Class: javax.swing.JCheckBox {  Insert |  } 
   Class: javax.swing.JCheckBox {  Poll Records |  } 
   Class: javax.swing.JCheckBox {  Update |  } 


 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: 4. Select DataSource and Table Objects } 
   Class: javax.swing.JButton {  Cancel |  n/a } 
   Class: javax.swing.JButton {  Help |  Help button } 
   Class: javax.swing.JButton {  Next > |  Next step: 6. Enter JNDI Name } 
   Class: javax.swing.JCheckBox {  Delete |  } 
   Class: javax.swing.JCheckBox {  Find |  } 
   Class: javax.swing.JCheckBox {  Insert |  } 
   Class: javax.swing.JCheckBox {  Poll Records |  } 
   Class: javax.swing.JCheckBox {  Update |  } 
   Class: org.netbeans.modules.wsdlextensions.jdbc.wizards.JDBCWizardTablePanel$MetaTableComponent {  Selected Tables  |  Displays the selected tables } 

</PRE>
</BODY>
</HTML>
Comment 1 umeshvats 2009-11-09 02:41:27 UTC
Note:-
----

In the same step press advanced button. Test it with the A11Y tester. following error is displayed. I tried manually also. I am not able to traverse between Insert, update, find et. tabs.

No Accessible description :
   Class: org.netbeans.modules.wsdlextensions.jdbc.wizards.JDBCWizardTablePanel$ColumnAction$ColumnDialog {  Columns - commonalldatabase |  }  [0,0]
Comment 2 Pavan Veeravarapu 2009-11-16 06:02:00 UTC
This issue is fixed. Please check with the latest build.
Comment 3 umeshvats 2009-11-17 23:08:40 UTC
Verified in 17-nov-09 build.