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 91770 - [MacOS] Incorrect mnemonic handling in cnd/core
Summary: [MacOS] Incorrect mnemonic handling in cnd/core
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-03 16:02 UTC by _ gordonp
Modified: 2007-07-24 02:30 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 16:02:16 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 18:39:48 UTC
Downgrading to P3. While IZ 86475 was filed as a11y, its really not. Its a
MacOS issue.
Comment 2 Thomas Preisler 2007-07-24 02:30:05 UTC
Not sure. Will keep 86475 until we have figured out exactly how mnemonics are supposed to work.