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 127629

Summary: [A11Y] Issues with Duration dialog
Product: soa Reporter: Andrei Chistiakov <ca-nb>
Component: BPELAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Andrei Chistiakov 2008-02-18 12:49:51 UTC
Reproduced with build 200802140010.

Issues with Define Duration dialog

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  OK |  } 
   Class: javax.swing.JTextField {  Days: |  } 
   Class: javax.swing.JTextField {  Hours: |  } 
   Class: javax.swing.JTextField {  Minutes: |  } 
   Class: javax.swing.JTextField {  Months: |  } 
   Class: javax.swing.JTextField {  Seconds: |  } 
   Class: javax.swing.JTextField {  Years: |  } 
   Class: org.netbeans.modules.bpel.editors.api.utils.DurationDialog {  Duration |  }
Comment 1 Sergey Lunegov 2008-02-18 13:17:54 UTC
Vladimir, please look at this
Comment 2 Vladimir Yaroslavskiy 2008-02-19 10:48:26 UTC
fixed:

===============================================
 Tested Window title : Duration
===============================================

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 :
   - 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 :
   - none.
Comment 3 Andrei Chistiakov 2008-03-13 15:22:47 UTC
Verified with NetBeans IDE Dev (Build 200803130007)