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 - a11y - options -> php
Summary: a11y - options -> php
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 11:45 UTC by Filip Zamboj
Modified: 2009-04-30 07:32 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 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.