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 91768 - Missing or incorrect mnemonic handling in cnd/core
Summary: Missing or incorrect mnemonic handling in cnd/core
Status: CLOSED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-03 15:52 UTC by _ gordonp
Modified: 2008-01-17 16:43 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 _ gordonp 2007-01-03 15:55:11 UTC
This is mostly a copy of 86475 but specific to individual modules (to make it
easier to assign to a single owner).

> 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.
>
cnd\src\org\netbeans\modules\cnd\actions\MakeTargetAction.java
cnd\src\org\netbeans\modules\cnd\builds\TargetEditor.java
cnd\src\org\netbeans\modules\cnd\editor\parser\NavigateAction.java
cnd\src\org\netbeans\modules\cnd\makewizard\BaseDirectoryPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\BasicFlagsPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\BuildOutputPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\CompilerOptionsPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\CompilerPathPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\CompilerTypePanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\CreateTargetsPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\CustomTargetPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\EnterItemsPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\FileChooserPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\ItemChooser.java
cnd\src\org\netbeans\modules\cnd\makewizard\MakefileReviewPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\MakefileWizard.java
cnd\src\org\netbeans\modules\cnd\makewizard\MakeTargetPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\PlatformTypePanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\SelectPreferencesPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\StandardLibsPanel.java
cnd\src\org\netbeans\modules\cnd\makewizard\StdLib.java
cnd\src\org\netbeans\modules\cnd\makewizard\TargetNamePanel.java
Comment 1 _ gordonp 2007-01-03 16:08:19 UTC
Problem with issuezilla while creating this issue.