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 86321 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords: A11Y
Depends on: 93157 93156
Blocks: 86438
  Show dependency tree
 
Reported: 2006-10-02 17:07 UTC by Jaromir Uhrik
Modified: 2009-05-25 21:05 UTC (History)
2 users (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:07:40 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.

serverplugins\jboss4\src\org\netbeans\modules\j2ee\jboss4\ide\Customizer.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\editors\ui\DDTablePanel.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\editors\AdminAuthenticator.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\editors\NameValuePairEditor.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\beans\ListServerInstances.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\wizards\CPPropertiesPanelVisualPanel.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\wizards\CPVendorPanel.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\wizards\CommonAttributeVisualPanel.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\wizards\CommonGeneralFinishVisualPanel.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\wizards\CommonPropertyVisualPanel.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\wizards\JMSWizardVisualPanel.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\wizards\JmsPropertyVisualPanel.java
serverplugins\sun\appsrv\src\org\netbeans\modules\j2ee\sun\ide\sunresources\wizards\MailPropertyVisualPanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\AddDomainWizardIterator.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\AddInstanceVisualDirectoryPanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\AddInstanceVisualHostPortPanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\AddInstanceVisualInstancePanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\AddInstanceVisualNamePasswordPanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\AddInstanceVisualPlatformPanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\ConnectionTabVisualPanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\CreateServerVisualPanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\Customizer.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\ui\MasterPasswordInputPanel.java
serverplugins\sun\appsrv81\src\org\netbeans\modules\j2ee\sun\ide\j2ee\VerifierSupport.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\config\ui\ConfigBeanTopComponent.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\common\BeanTablePanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\common\GenericTableDialogPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\common\GenericTablePanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\common\InputDialog.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\common\MsgSecBndgTablePanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\common\MultiMethodTablePanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\data\DynamicPropertyPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\BeanCachePanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\BeanPoolPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\CmpEntityEjbPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\EjbCustomizer.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\EjbJarRootCustomizer.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\EntityEjbPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\IorSecurityConfigPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\MDEjbPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\MdbConnectionFactoryPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\MessageDestinationDialogPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\OneOneFinderDialogPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\PmDescriptorDialogPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\PropertyDialogPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\ejbmodule\StatefulEjbPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\other\AppRootCustomizer.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\other\ModuleRefCustomizer.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\other\WebAppRefCustomizer.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\webapp\CacheHelperEntryPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\webapp\CachePolicyPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\webapp\ConstraintFieldEntryPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\webapp\ConstraintFieldValueEntryPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\webapp\KeyFieldEntryPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\webapp\LocaleCharsetMapEntryPanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\SecurityAddNamePanel.java
serverplugins\sun\sunddui\src\org\netbeans\modules\j2ee\sun\share\configbean\customizers\WebServiceEndpointEntryPanel.java
serverplugins\sun\webserver7\src\org\netbeans\modules\j2ee\sun\ws7\serverresources\wizards\CommonGeneralFinishVisualPanel.java
serverplugins\sun\webserver7\src\org\netbeans\modules\j2ee\sun\ws7\serverresources\wizards\CommonPropertyVisualPanel.java
serverplugins\sun\webserver7\src\org\netbeans\modules\j2ee\sun\ws7\ui\WS70AddServerChoiceVisualPanel.java
serverplugins\sun\webserver7\src\org\netbeans\modules\j2ee\sun\ws7\ui\WS70ConnectionTabVisualPanel.java
serverplugins\sun\webserver7\src\org\netbeans\modules\j2ee\sun\ws7\ui\WS70Customizer.java
serverplugins\weblogic9\src\org\netbeans\modules\j2ee\weblogic9\ui\nodes\Customizer.java
serverplugins\websphere6\src\org\netbeans\modules\j2ee\websphere6\dd\loaders\DDChangesPanel.java
serverplugins\websphere6\src\org\netbeans\modules\j2ee\websphere6\ui\wizard\ServerLocationPanel.java
serverplugins\websphere6\src\org\netbeans\modules\j2ee\websphere6\ui\wizard\ServerPropertiesPanel.java
serverplugins\websphere6\src\org\netbeans\modules\j2ee\websphere6\ui\ConnectionTabVisualPanel.java
serverplugins\websphere6\src\org\netbeans\modules\j2ee\websphere6\ui\Customizer.java
Comment 1 Vince Kraemer 2007-08-21 23:13:07 UTC
There is still some use of setMnemonic and/or setDisplayedMnemonic in serverplugins/sun/appsrv and
serverplugins/sun/sunddui.  The sunddui has the most "offenses" so I am assigning this issue to pcw.  Once the sunddui
stuff is taken care of, please assign this issue to nityad.  Once these directories are cleaned up we can assign this
issue to a different plugin/owner.
Comment 2 _ pcw 2007-09-22 00:23:17 UTC
Most if not all of the references in sunddui module are in dead code.  I may or may not have time to eliminate the code
before NB6 FCS but being dead, it is never executed and therefore this issue is moot wrt/ those calls.

Comment 3 Vince Kraemer 2007-12-07 16:21:46 UTC
please close this issue if you forgot to earlier.  If this issue is still open,
please change the target milestone to reflect the current commitment.
Comment 4 _ pcw 2008-01-08 21:51:34 UTC
Tracking issue, both dependent issues are still open.
Comment 5 Vince Kraemer 2008-10-18 01:25:40 UTC
I think we should close this issue completely in the 7.0 time frame.

Please be ready to discuss this issue on 2008/10/22
Comment 6 Vince Kraemer 2008-12-01 23:58:18 UTC
not enough time to clean up the dead code... setting as wontfix