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 158299

Summary: Minor a11y problems in Sources 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 13:38:13 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)

Show the Project Properties for any maven project and select the Sources node. The displayed panel contains following
a11y troubles (report from a11y-tester tool):

 No Accessible description :
   Class: javax.swing.JComboBox {  Encoding: |  } 
   Class: javax.swing.JComboBox {  Source level combo box |  } 
   Class: javax.swing.JTextField {  Project Folder: |  } 
   Class: javax.swing.JTextField {  Source Folder: |  } 
   Class: javax.swing.JTextField {  Test Source Folder: |  } 

 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 {  Project Folder: |  } 
   Class: javax.swing.JLabel {  Source Folder: |  } 
   Class: javax.swing.JLabel {  Test Source Folder: |  }
Comment 1 Andrey Yamkovoy 2009-05-05 12:14:59 UTC
Fixed in the core-main.

http://hg.netbeans.org/core-main/rev/c781a0134ace
Comment 2 Quality Engineering 2009-05-07 08:02:03 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/c781a0134ace
User: Andrey Yamkovoy <kaktus@netbeans.org>
Log: Fix for #158299 - Minor a11y problems in Sources panel of Project Properties