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 86325 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-10-02 17:33 UTC by Jaromir Uhrik
Modified: 2009-12-21 05:31 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:33:17 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.

web\core\src\org\netbeans\modules\web\wizards\AttrDialog.java
web\core\src\org\netbeans\modules\web\wizards\DeployDataPanel.java
web\core\src\org\netbeans\modules\web\wizards\InitParamPanel.java
web\core\src\org\netbeans\modules\web\wizards\ListenerVisualPanel.java
web\core\src\org\netbeans\modules\web\wizards\MappingEditor.java
web\core\src\org\netbeans\modules\web\wizards\MappingPanel.java
web\core\src\org\netbeans\modules\web\wizards\TableRowDialog.java
web\core\src\org\netbeans\modules\web\wizards\TagHandlerPanel.java
web\core\src\org\netbeans\modules\web\wizards\TagHandlerPanelGUI.java
web\core\src\org\netbeans\modules\web\wizards\TargetChooserPanelGUI.java
web\core\src\org\netbeans\modules\web\wizards\WrapperPanel.java
web\examples\src\org\netbeans\modules\web\examples\PanelOptionsVisual.java
web\examples\src\org\netbeans\modules\web\examples\PanelProjectLocationVisual.java
web\freeform\src\org\netbeans\modules\web\freeform\ui\WebClasspathPanel.java
web\jsf\src\org\netbeans\modules\web\jsf\dialogs\AddManagedBeanDialog.java
web\jsf\src\org\netbeans\modules\web\jsf\dialogs\AddNavigationCaseDialog.java
web\jsf\src\org\netbeans\modules\web\jsf\dialogs\AddNavigationRuleDialog.java
web\jsf\src\org\netbeans\modules\web\jsf\wizards\JSFConfigurationPanelVisual.java
web\jsf\src\org\netbeans\modules\web\jsf\wizards\ManagedBeanPanelVisual.java
web\jspdebug\src\org\netbeans\modules\web\debug\actions\AddJspWatchAction.java
web\jspdebug\src\org\netbeans\modules\web\debug\breakpoints\ActionsPanel.java
web\jspdebug\src\org\netbeans\modules\web\debug\breakpoints\JspBreakpointActionsProvider.java
web\jspdebug\src\org\netbeans\modules\web\debug\watchesfiltering\WatchPanel.java
web\jspdebug\src\org\netbeans\modules\web\debug\JspBreakpointPanel.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\CustomizerCompile.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\CustomizerFrameworks.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\CustomizerJavadoc.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\CustomizerLibraries.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\CustomizerRun.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\CustomizerSources.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\CustomizerWar.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\LibrariesChooser.java
web\project\src\org\netbeans\modules\web\project\ui\customizer\WebSourceRootsUi.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\FolderList.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\ImportBuildfile.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\ImportLocationVisual.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\ImportWebProjectWizardIterator.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\J2eeVersionWarningPanel.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\PanelOptionsVisual.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\PanelProjectLocationVisual.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\PanelSourceFolders.java
web\project\src\org\netbeans\modules\web\project\ui\wizards\PanelSupportedFrameworksVisual.java
web\project\src\org\netbeans\modules\web\project\ui\NoSelectedServerWarning.java
web\project\src\org\netbeans\modules\web\project\ui\ServletUriPanel.java
web\struts\src\org\netbeans\modules\web\struts\dialogs\AddActionPanel.java
web\struts\src\org\netbeans\modules\web\struts\dialogs\AddExceptionDialogPanel.java
web\struts\src\org\netbeans\modules\web\struts\dialogs\AddFIActionPanel.java
web\struts\src\org\netbeans\modules\web\struts\dialogs\AddFormBeanPanel.java
web\struts\src\org\netbeans\modules\web\struts\dialogs\AddFormPropertyPanel.java
web\struts\src\org\netbeans\modules\web\struts\dialogs\AddForwardDialogPanel.java
web\struts\src\org\netbeans\modules\web\struts\ui\StrutsConfigurationPanelVisual.java
web\struts\src\org\netbeans\modules\web\struts\wizards\ActionPanel1Visual.java
web\struts\src\org\netbeans\modules\web\struts\wizards\ActionPanelVisual.java
web\struts\src\org\netbeans\modules\web\struts\wizards\FormBeanNewPanelVisual.java
web\struts\src\org\netbeans\modules\web\struts\wizards\FormBeanPropertiesPanelVisual.java
Comment 1 Ken Frank 2007-07-15 20:13:49 UTC
just a note that css editor bundles also have usages of the 2 key/value approach
and there might be other usages of that approach in other web module jars than is mentioned below -
since that was from earlier nb.

using this on the bundle files can  be helpful

find <path> -name "*.properties" | xargs egrep -i '.*=.$'

ken.frank@sun.com
Comment 2 Jiri Prox 2008-04-11 01:13:36 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Quality Engineering 2009-12-21 05:31:30 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