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 86143

Summary: [a11y] Mnemonics handling issue
Product: projects Reporter: Jaromir Uhrik <juhrik>
Component: AntAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 86438    

Description Jaromir Uhrik 2006-09-29 13:26:48 UTC
In the files listed below there is used calling of method setMnemonic() or
setDisplayedMnemonic(). Class org.openide.awt.Mnemonics should be used instead -
see issue #67807.

ant\src\org\apache\tools\ant\module\wizards\shortcut\IntroPanel.java
ant\src-bridge\org\apache\tools\ant\module\bridge\impl\NbInputHandler.java
Comment 1 Jesse Glick 2006-09-29 16:37:10 UTC
Usage in NbInputHandler is as designed (mnemonic computed from user input, don't
ask).

Checking in IntroPanel.form;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form,v
 <--  IntroPanel.form
new revision: 1.7; previous revision: 1.6
done
Checking in IntroPanel.java;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.java,v
 <--  IntroPanel.java
new revision: 1.16; previous revision: 1.15
done
Checking in Bundle.properties;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/wizards/shortcut/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
Comment 2 Jaromir Uhrik 2006-10-12 15:19:12 UTC
Verified in trunk of 2006/10/12.