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 158313

Summary: Minor a11y problems in Run panel of Project Properties
Product: projects Reporter: Jaromir Uhrik <juhrik>
Component: MavenAssignee: Andrey Yamkovoy <kaktus>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaromir Uhrik 2009-02-10 14:43:26 UTC
Product Version: NetBeans IDE Dev (Build 20090210055708)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Linux version 2.6.27-7-generic running on i386; UTF-8; en_US (nb)

In Project Properties select node "Run". The available gui then contains following a11y conflicts:

 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JTextField {  Arguments: |  } 
   Class: javax.swing.JTextField {  Main Class: |  } 
   Class: javax.swing.JTextField {  VM Options: |  } 
   Class: javax.swing.JTextField {  Working Directory: |  } 

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A } 

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Working Directory: |  } 

 Components with potential mnemonics conflict:
 - components with mnemonic 'B' :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JButton {  Browse... |  } 

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JButton {  Cancel |  N/A } 
   Class: javax.swing.JTextField {  Arguments: |  } 
   Class: javax.swing.JTextField {  Main Class: |  } 
   Class: javax.swing.JTextField {  VM Options: |  } 
   Class: javax.swing.JTextField {  Working Directory: |  } 
   Class: org.netbeans.modules.project.uiapi.CustomizerDialog$ListeningButton {  OK |  N/A } 
   Class: org.openide.explorer.view.BeanTreeView {  Properties Category |  N/A } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A }
Comment 1 Andrey Yamkovoy 2009-05-05 12:17:21 UTC
Fixed in the core-main.

http://hg.netbeans.org/core-main/rev/8357c5525dfc
Comment 2 Quality Engineering 2009-05-07 07:58:48 UTC
Integrated into 'main-golden', will be available in build *200905070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8357c5525dfc
User: Andrey Yamkovoy <kaktus@netbeans.org>
Log: Fix for #158313 - Minor a11y problems in Run panel of Project Properties