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 91762 - [MacOS] Incorrect mnemonic handling in makeprojects
Summary: [MacOS] Incorrect mnemonic handling in makeprojects
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-03 15:37 UTC by _ gordonp
Modified: 2007-07-24 02:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
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:37:54 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\configurationapi\src\org\netbeans\modules\project\support\ActiveConfigAction.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\api\actions\MoveIntoProject.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\api\RunDialogPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\configurations\ui\LibraryOptionPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\configurations\ui\MakeArtifactChooser.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\configurations\ui\OptionsEditorPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\configurations\ui\StdLibPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\MakeActionProvider.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\runprofiles\ui\EnvPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\runprofiles\ui\ListEditorPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\customizer\MakeCustomizer.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\MakeCustomizerProvider.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\options\MakeProjectOptionsCustomizer.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\utils\ConfSelectorPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\utils\DirectoryChooserPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\utils\ListEditorPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\utils\PathPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\wizards\BuildActionsPanel.java
cnd\makeproject\src\org\netbeans\modules\cnd\makeproject\ui\wizards\SourceFilesPanel.java
Comment 1 _ gordonp 2007-01-03 18:42:09 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:28:38 UTC
Not sure. Will keep 86475 until we have figured out exactly how mnemonics are supposed to work.