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 176373 - POJOSE: A11y issue in "POJO SE Binding Service Consumer Wizard" Step 6
Summary: POJOSE: A11y issue in "POJO SE Binding Service Consumer Wizard" Step 6
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: _ gmpatil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 03:52 UTC by senthilprabhu
Modified: 2009-12-15 02:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the dialog (77.71 KB, image/jpeg)
2009-11-10 03:52 UTC, senthilprabhu
Details
Output of UIAccessibilityTester (1.12 KB, text/plain)
2009-11-10 03:53 UTC, senthilprabhu
Details
Output of UIAccessibility Tester - Verified (882 bytes, text/plain)
2009-12-15 02:50 UTC, senthilprabhu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description senthilprabhu 2009-11-10 03:52:31 UTC
Created attachment 90692 [details]
Screenshot of the dialog

A11y issue in "POJO SE Binding Service Consumer Wizard" Step 6 - Configure POJO Consumer


Results of Accessibility test, window with title "POJO SE Binding Service Consumer Wizard"

 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 :
   Class: javax.swing.JTextArea {  Help Text area |  Focused component help text. } 

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Invoke Pattern: |  Invocation pattern. Synchronus or Asynchronous } 

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components with potential mnemonics conflict:
 - components with mnemonic 'F' :
   Class: javax.swing.JButton {  Finish |  n/a } 
   Class: javax.swing.JLabel {  Invoke From Method: |  POJO SE Service Class method name from which to consume this service. } 

 Components not reachable with tab traversal :
   - none.

Attached are the Output file and the screenshot of the dialog
Comment 1 senthilprabhu 2009-11-10 03:53:25 UTC
Created attachment 90693 [details]
Output of UIAccessibilityTester

Product details:
  type                         = GFESB
  variant                      = Glassfish
  build                        = 20091109-0720
  version                      = 2.2

NetBeans build details:
  IDE build                    = 200911081801
  IDE build date               = Sun Nov 08 18:30:20 IST 2009
  SOA build date               = Sun Nov 08 22:31:22 IST 2009
Comment 2 _ gmpatil 2009-11-11 10:22:10 UTC
Fixed for Consumer Wizard in GF ESB V2.2 build.

Part of change log:
http://hg-soabi.stc.com/gfesbv22/rev/384ee3b4f01a
http://hg-soabi.stc.com/gfesbv22/rev/245b05f5c3f0

Current report shows as below.
Note "Components with no LABEL_FOR" shows 1 control as screen is designed as
such. Help text does not have corresponding label.  Invoke Pattern label does not have mnemonic as the radio buttons of invocation pattern option itself have mnemonics.  So these messages are harmless.


===============================================
 Tested Window title : POJO SE Binding Service Consumer Wizard
===============================================
Results of Accessibility test
 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 :
   Class: javax.swing.JTextArea {  Help Text area |  Focused component help text. } 
 Components with no mnemonic :
   Class: javax.swing.JLabel {  Invoke Pattern: |  Invocation pattern. Synchronus or Asynchronous } 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
 Components not reachable with tab traversal :
   - none.
Comment 3 senthilprabhu 2009-12-15 02:49:39 UTC
This issue is verified in GFESB build 20091211-0719.

I've attached the output of the UIAccessibility Tester.

This issue can be closed.
Comment 4 senthilprabhu 2009-12-15 02:50:34 UTC
Created attachment 92589 [details]
Output of UIAccessibility Tester - Verified