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 86323 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-10-02 17:14 UTC by Jaromir Uhrik
Modified: 2009-12-21 07:52 UTC (History)
1 user (show)

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-10-02 17:14:23 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.

vcscore\src\org\netbeans\modules\vcscore\actions\VcsAllCommandsAction.java
vcscore\src\org\netbeans\modules\vcscore\actions\VcsMountFromTemplateAction.java
vcscore\src\org\netbeans\modules\vcscore\annotation\AnnotPatternCustomEditor.java
vcscore\src\org\netbeans\modules\vcscore\cmdline\RelativeMountPanel.java
vcscore\src\org\netbeans\modules\vcscore\commands\CommandCustomizationSupport.java
vcscore\src\org\netbeans\modules\vcscore\commands\CommandProcessor.java
vcscore\src\org\netbeans\modules\vcscore\commands\InteractiveCommandOutputPanel.java
vcscore\src\org\netbeans\modules\vcscore\commands\SaveToFilePanel.java
vcscore\src\org\netbeans\modules\vcscore\grouping\AddToGroupDialog.java
vcscore\src\org\netbeans\modules\vcscore\objectintegrity\ObjectIntegrityPanel.java
vcscore\src\org\netbeans\modules\vcscore\search\VcsSearchCustomizer.java
vcscore\src\org\netbeans\modules\vcscore\ui\fsmanager\VcsManager.java
vcscore\src\org\netbeans\modules\vcscore\ui\views\types\AnnotateInfoPanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\views\types\LogInfoPanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\views\types\LogTreeInfoPanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\views\types\StatusInfoPanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\views\types\StatusTreeInfoPanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\AbstractOutputPanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\AnnotatePanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\NotChangedFilesPanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\ToAddFilesPanel.java
vcscore\src\org\netbeans\modules\vcscore\ui\ToUpdateFilesPanel.java
vcscore\src\org\netbeans\modules\vcscore\util\NotifyDescriptorInputPassword.java
vcscore\src\org\netbeans\modules\vcscore\util\VariableInputDialog.java
Comment 1 Quality Engineering 2009-12-21 07:52:10 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team