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 84394 - a11y: Create Test Case select operation to test a11y issues
Summary: a11y: Create Test Case select operation to test a11y issues
Status: VERIFIED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: wchui
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-09-07 00:41 UTC by jchieu
Modified: 2006-09-28 09:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample BPEL Project (8.17 KB, application/octet-stream)
2006-09-07 00:42 UTC, jchieu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jchieu 2006-09-07 00:41:55 UTC
You can import the attached BPEL Module Project or create your own.
Create a New CompApp Project.
Attached the JBI Module.
Select the Test project under the Composite Application Project.
Right mouse button and select New Test Case
Select Next button.
Select the BPEL Project wsdl document.
Select Next button.

 No Accessible description :
   Class: javax.swing.JTextField {  Selected Operation:  |  } 
   Class: javax.swing.JTree {  Select an operation to test |  }

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTree {  Select an operation to test |  }

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Selected Operation:  |  }
Comment 1 jchieu 2006-09-07 00:42:13 UTC
Created attachment 33662 [details]
Sample BPEL Project
Comment 2 wchui 2006-09-07 03:35:20 UTC
Based on http://a11y.netbeans.org/a11yDevGuide.html, the mentioned items are not
required for a11y.
Accessible Name is set, and accessible description is not required as the name
is a clear description to user. 
The label for is not required.  
The mnemonic is not required as the label is for the text filed showing user
selection (not editable).
Comment 3 skrishnan 2006-09-28 09:35:54 UTC
Verified using http://a11y.netbeans.org/a11yDevGuide.html .