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 163809 - a11y - advanced web configuration window
Summary: a11y - advanced web configuration window
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-27 19:52 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-27 19:52:39 UTC
Product Version: NetBeans IDE 6.7 Beta (Build 200904192254)
Java: 1.6.0_13; Java HotSpot(TM) 64-Bit Server VM 11.3-b02

Project Proerties -> Run Configuration (set to localhost) -> Advanced

Results of Accessibility test

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


 No Accessible description :
   Class: javax.swing.JRadioButton {  Ask Every Time |  } 
   Class: javax.swing.JRadioButton {  Default: |  } 
   Class: javax.swing.JRadioButton {  Do Not Open Web Browser |  } 
   Class: javax.swing.JTable {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Advanced Web Configuration |  } 


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Debug URL: |  } 
   Class: javax.swing.JLabel {  http://localhost/PhpProject9/index.php |  } 
   Class: javax.swing.JRadioButton {  Ask Every Time |  } 
   Class: javax.swing.JRadioButton {  Default: |  } 
   Class: javax.swing.JRadioButton {  Do Not Open Web Browser |  } 

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Cancel |  Cancel button } 
   Class: javax.swing.JButton {  OK |  OK button } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  }
Comment 1 Filip Zamboj 2009-04-28 13:47:51 UTC
P3 - found out that the application didn't get focus 

No Accessible description :
   Class: javax.swing.JButton {  Advanced... |  } 



 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:41 UTC
Fixed, please verify. Thanks.
http://hg.netbeans.org/web-main/rev/c7cd5ee5a433
Comment 3 Quality Engineering 2009-04-30 07:27:13 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.