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 163811

Summary: a11y - project properties -> run configuration
Product: php Reporter: Filip Zamboj <fzamboj>
Component: CodeAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Filip Zamboj 2009-04-27 20:02:16 UTC
Project Properties -> Run Configuration (set to command line) 
===============================================
 Tested Window title : Project Properties - PhpProject9
===============================================

Results of Accessibility test


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

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Browse |  Browse for index file. } 
   Class: javax.swing.JButton {  Cancel |  N/A } 
   Class: javax.swing.JButton {  Help |  Help button } 
   Class: javax.swing.JTextField {  Arguments |  Command arguments. } 
   Class: javax.swing.JTextField {  Index File |  Current index file. } 
   Class: org.netbeans.modules.project.uiapi.CustomizerDialog$ListeningButton {  OK |  N/A }
Comment 1 Filip Zamboj 2009-04-28 13:46:33 UTC
sorry for this one - test app didn't get focus on window - there is only one problem: 

Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A } 
Comment 2 Tomas Mysik 2009-04-29 10:07:59 UTC
Fixed, please verify. Thanks.
http://hg.netbeans.org/web-main/rev/c7cd5ee5a433
Comment 3 Quality Engineering 2009-04-30 07:33:32 UTC
Integrated into 'main-golden', will be available in build *200904300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c7cd5ee5a433
User: Tomas Mysik <tmysik@netbeans.org>
Log: A11Y for project properties

Fixes #163807, #163809, #163811, #163865, #163873, #163874.