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 163906 - No mnemonics in pre project formatting options
Summary: No mnemonics in pre project formatting options
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:10 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:10:43 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)

There are missing mnemonics in project specific formatting options

===============================================
 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.JButton {  Edit global options |  } 
   Class: javax.swing.JRadioButton {  Use global options |  } 
   Class: javax.swing.JRadioButton {  Use project specific options |  } 


 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.JButton {  Edit global options |  } 
   Class: javax.swing.JRadioButton {  Use global options |  } 
   Class: javax.swing.JRadioButton {  Use project specific options |  } 


 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-19 12:36:17 UTC
Fixed.

http://hg.netbeans.org/jet-main/rev/526db7eef969
Comment 2 Quality Engineering 2009-08-21 06:09:17 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/526db7eef969
User: Peter Pis <ppis@netbeans.org>
Log: #163906: fixing accessibility issues in Fomatting options.