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 - a11y - project properties -> run configuration -> Run As: Remote Web Site
Summary: a11y - project properties -> run configuration -> Run As: Remote Web Site
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-04-28 12:00 UTC by Filip Zamboj
Modified: 2009-04-30 07:27 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 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.