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 163868

Summary: a11y - options -> php
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 11:45:05 UTC
===============================================
 Tested Window title : Options
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   Class: javax.swing.plaf.synth.SynthSplitPaneDivider {  } 

 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JButton {  Search... |  } 
   Class: javax.swing.JTabbedPane {  General |  } 
   Class: javax.swing.JTextField {  PHPUnit script: |  } 
   Class: javax.swing.JTextField {  Session ID: |  } 


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  General |  } 


 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JButton {  Search... |  } 
   Class: javax.swing.JLabel {  Open Result In |  Label for open result in. } 
   Class: javax.swing.JLabel {  PHPUnit script: |  } 




 Components with potential mnemonics conflict:
 - components with mnemonic 'T' :
   Class: javax.swing.JButton {  Export |  Export Options } 
   Class: javax.swing.JCheckBox {  Stop at the First Line |  Stop the debugger at the first line or not. } 

 - components with mnemonic 'I' :
   Class: javax.swing.JButton {  Import |  Import Options } 
   Class: javax.swing.JLabel {  Session ID: |  }
Comment 1 Tomas Mysik 2009-04-29 10:10:17 UTC
Fixed, please verify. Thanks.
http://hg.netbeans.org/web-main/rev/2fea164c6bf3
Comment 2 Quality Engineering 2009-04-30 07:32:16 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/2fea164c6bf3
User: Tomas Mysik <tmysik@netbeans.org>
Log: A11Y for PHP Options

Fixes #163868, #163869, #163870.