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 158315 - Minor a11y problems in "Actions" panel of Project Properties
Summary: Minor a11y problems in "Actions" panel of Project Properties
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-02-10 14:47 UTC by Jaromir Uhrik
Modified: 2009-05-07 07:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-02-10 14:47:01 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)

Select Actions node in Project Properties dialog associated to a maven project. The a11y-tester points to the following
a11y troubles:

 No Accessible name :
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 

 No Accessible description :
   Class: javax.swing.JButton {  <html><a href="">Setup external Maven home</a></html> |  } 
   Class: javax.swing.JButton {  Add Custom... |  } 
   Class: javax.swing.JButton {  Remove/Reset |  } 
   Class: javax.swing.JCheckBox {  Build With Dependencies |  } 
   Class: javax.swing.JList {  Actions: |  } 
   Class: javax.swing.JTextArea {  Set Properties : |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 

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

 Components with no mnemonic :
   Class: javax.swing.JButton {  <html><a href="">Setup external Maven home</a></html> |  } 
   Class: javax.swing.JCheckBox {  Build With Dependencies |  }
Comment 1 Andrey Yamkovoy 2009-05-06 07:14:10 UTC
Fixed in the core-main.

http://hg.netbeans.org/core-main/rev/e49c7f63587f
Comment 2 Quality Engineering 2009-05-07 07:56:59 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/e49c7f63587f
User: Andrey Yamkovoy <kaktus@netbeans.org>
Log: Fix for #158315 - Minor a11y problems in "Actions" panel of Project Properties