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 86484 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: CLOSED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@contrib
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-10-04 15:42 UTC by Jaromir Uhrik
Modified: 2007-12-07 16:34 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-10-04 15:42:06 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.

contrib\assistant\helpbuilder\src\org\netbeans\modules\helpbuilder\ui\AddIndexPanel.java
contrib\assistant\helpbuilder\src\org\netbeans\modules\helpbuilder\ui\AddPanel.java
contrib\assistant\helpbuilder\src\org\netbeans\modules\helpbuilder\ui\IndexSetupPanel.java
contrib\assistant\helpbuilder\src\org\netbeans\modules\helpbuilder\ui\ProjectGeneratorPanel.java
contrib\assistant\helpbuilder\src\org\netbeans\modules\helpbuilder\ui\ProjectSetupPanel.java
contrib\assistant\helpbuilder\src\org\netbeans\modules\helpbuilder\ui\TocSetupPanel.java
contrib\assistant\src\org\netbeans\modules\assistant\ui\SearchPanel.java
contrib\CodeTemplateTools\src\org\netbeans\modules\codetemplatetools\ui\view\CodeTemplatesPanel.java
contrib\CodeTemplateTools\src\org\netbeans\modules\codetemplatetools\ui\view\CreateCodeTemplatePanel.java
contrib\focusmodule\src\org\netbeans\modules\uidiagnostics\FilterPanel.java
contrib\gwttemplate\src\org\netbeans\modules\gwttemplate\GWTSetupPanel.java
contrib\gwttemplate\src\org\netbeans\modules\gwttemplate\NameLocationPanel.java
contrib\gwttemplate\src\org\netbeans\modules\gwttemplate\settings\GWTCustomizer.java
contrib\insertunicode\src\org\netbeans\modules\insertunicode\InsertUnicodeAction.java
contrib\JavaTools\JavaFileStructure\src\org\netbeans\java\tools\javafilestructure\ui\view\JavaFileStructurePanel.java
contrib\JavaTools\JavaTypeHierarchy\src\org\netbeans\java\tools\javatypehierarchy\ui\view\JavaTypeHierarchyPanel.java
contrib\LinkWithEditor\src\ramos\linkwitheditor\LinkWithEditorMenu.java
contrib\menus\legacy\src\org\netbeans\modules\legacymenus\ComponentMapper.java
contrib\projectpackager\src\org\netbeans\modules\projectpackager\tools\NotifyDescriptorInputPassword.java
contrib\quickfilechooser\src\org\netbeans\modules\quickfilechooser\ChooserComponentUI.java
contrib\sql\src\org\netbeans\modules\sql\editor\ui\actions\ConnectionAction.java
contrib\SyntaxTreeNavigator\src\syntaxtreenavigator\SyntaxTreeVisualizer.java
Comment 1 Jesse Glick 2006-10-05 21:10:35 UTC
InsertUnicodeAction is already using Mnemonics where it is applicable.

The quickfilechooser module intentionally avoids using NB-specific APIs in the
L&F impl itself.

I am not sure how valuable it is to file bugs like this against experimental
modules... some are not actively maintained, and none are intended to be
localized in their current state. If any are moved to a stable codeline then we
can clean up mnemonics among many other things.
Comment 2 Jaromir Uhrik 2006-10-06 08:50:12 UTC
I agree with jglick - this component doesn't belong to the modules set where
this issue should be fixed. Verified->closed.