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 86206 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 16:42 UTC by Jaromir Uhrik
Modified: 2007-10-04 00:54 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-09-29 16:42:53 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.

websvc\core\src\org\netbeans\modules\websvc\core\project\CustomizerWsCompile.java
websvc\core\src\org\netbeans\modules\websvc\core\project\CustomizerWsCompileClient.java
websvc\core\src\org\netbeans\modules\websvc\core\webservices\ui\DeleteWsDialog.java
websvc\core\src\org\netbeans\modules\websvc\wsdl\wizard\WsdlUIPanel.java
websvc\dev\src\org\netbeans\modules\websvc\dev\wizard\WebServiceWizardDescriptor.java
Comment 1 bhate 2007-09-25 18:32:04 UTC
we will use org.openide.awt.Mnemonics using the form editor.
Comment 2 bhate 2007-10-04 00:54:51 UTC
most of the modules fixed.
only customization and dev modules are left.
I dont think we use them anymore.
marking this issue as fixed.