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 163873

Summary: a11y - project properties -> run configuration -> Run As: Remote Web Site
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-28 12:00:22 UTC
===============================================
 Tested Window title : Project Properties - PhpProject9
===============================================

Results of Accessibility test

 No Accessible description :
   Class: javax.swing.JButton {  Advanced... |  } 
   Class: javax.swing.JCheckBox {  Preserve Remote File Permissions (slows down file tranfer) |  } 
   Class: javax.swing.JCheckBox {  Upload Files Directly (temporary file is not used) |  } 


 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.JButton {  Advanced... |  } 
   Class: javax.swing.JCheckBox {  Upload Files Directly (temporary file is not used) |  } 
   Class: javax.swing.JLabel {  File transfer is faster but less safe so use with caution |  } 
   Class: javax.swing.JLabel {  Permissions are not preserved for local files, only for remote ones |  } 

 Components with potential mnemonics conflict:
 - components with mnemonic 'C' :
   Class: javax.swing.JLabel {  Configuration |  Label for configuration. } 
   Class: javax.swing.JLabel {  Remote Connection |  Label for remote connection. }
Comment 1 Tomas Mysik 2009-04-29 10:08:42 UTC
Fixed, please verify. Thanks.
http://hg.netbeans.org/web-main/rev/c7cd5ee5a433
Comment 2 Quality Engineering 2009-04-30 07:27:30 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.