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 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 13:26 UTC by Jaromir Uhrik
Modified: 2006-10-23 16:39 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 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.