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 56145 - A11Y: Test Web Service Oparation
Summary: A11Y: Test Web Service Oparation
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ondrej Rypacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-03-10 11:44 UTC by L Martinek
Modified: 2006-03-24 12:50 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 L Martinek 2005-03-10 11:44:18 UTC
A11Y report for "Test Web Service Operation" dialog. Invoke it by "Test
operation" popup menu on WS in Web Service Registry.

===============================================
 Tested Window title : Test Web Service Operation
===============================================

Results of Accessibility test


 No Accessible name :
   Class: org.netbeans.swing.outline.Outline {  |  }


 No Accessible description :
   Class: javax.swing.JButton {  Close |  }
   Class: javax.swing.JButton {  Submit |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Test Web Service Operat
ion |  }
   Class: org.netbeans.swing.outline.Outline {  |  }


 Components with no LABEL_FOR pointing to it :
   Class: org.netbeans.swing.outline.Outline {  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Close |  }
Comment 1 Ondrej Rypacek 2005-03-23 11:04:10 UTC
fixed.

Checked in websvc/registry/src/org/netbeans/modules/websvc/registry/ui/...
  Bundle.properties, rev 1.3
  TestWebServiceMethodDlg.java, rev 1.9

Comment 2 Ondrej Rypacek 2005-03-23 11:32:46 UTC
Note: the close button doesn't have an explicit mnemonics, as it is invoked by
ESC as usual.

Checked in
websvc/registry/src/org/netbeans/modules/websvc/registry/ui/Bundle.properties,
rev 1.4
Comment 3 L Martinek 2005-04-05 15:26:44 UTC
Now A11Y tool says that buttons are not reachable with tab traversal and I am
not really able to reach Close or Help button.


 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Close |  Close the dialog }
   Class: javax.swing.JButton {  Help |  Help button }
   Class: javax.swing.JButton {  Submit |  Submit the values to the operation }

Comment 4 L Martinek 2005-04-05 15:48:00 UTC
Forget last comment, tab traversal is broken due to issue #57376
Comment 5 L Martinek 2005-04-05 15:48:17 UTC
verified