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 163909 - Missing mnemonics and accessible description for compile on save
Summary: Missing mnemonics and accessible description for compile on save
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Pis
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-04-28 13:13 UTC by Jiri Prox
Modified: 2009-08-21 06:09 UTC (History)
1 user (show)

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 Jiri Prox 2009-04-28 13:13:51 UTC
Product Version: NetBeans IDE Dev (Build 200904261401)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Linux version 2.6.24-23-generic running on i386; UTF-8; en_US (nb)


The mnemonics and accessible description is missing for compile on save checkbox in project properties

===============================================
 Tested Window title : Project Properties - JavaApplication134
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JCheckBox {  Compile on Save |  } 


 Label with LABEL_FOR not set :
   - none.

 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.JCheckBox {  Compile on Save |  } 


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
Comment 1 Peter Pis 2009-08-18 13:04:43 UTC
Fixed.

http://hg.netbeans.org/jet-main/rev/ff0ed83adc33
Comment 2 Quality Engineering 2009-08-21 06:09:01 UTC
Integrated into 'main-golden', will be available in build *200908210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ff0ed83adc33
User: Peter Pis <ppis@netbeans.org>
Log: #163909:  adding accessible description for Compile on Save for j2se project.