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 86144

Summary: [a11y] AutoUpdate: Mnemonics handling issue
Product: platform Reporter: Jaromir Uhrik <juhrik>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: CLOSED WONTFIX    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 86438    

Description Jaromir Uhrik 2006-09-29 13:31: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.

autoupdate\src\org\netbeans\modules\autoupdate\CertificateDialog.java
autoupdate\src\org\netbeans\modules\autoupdate\DuplicateWarningDialog.java
autoupdate\src\org\netbeans\modules\autoupdate\ExternalDialog.java
autoupdate\src\org\netbeans\modules\autoupdate\FinishDialog.java
autoupdate\src\org\netbeans\modules\autoupdate\LicenceDialog.java
autoupdate\src\org\netbeans\modules\autoupdate\ResultListCellRenderer.java
autoupdate\src\org\netbeans\modules\autoupdate\SetupPanel.java
Comment 1 Jiri Rechtacek 2006-10-02 08:41:22 UTC
AutoUpdate UI should be replaced in next release, if not there will be fixed in
current UI in time.
Comment 2 Jiri Rechtacek 2007-05-10 09:47:08 UTC
The Autoupdate UI was removed in NB6/M9, new Plugin Manager is a facility to
install new or update installed plugins.
Comment 3 Jaromir Uhrik 2007-10-02 12:57:58 UTC
Verified -> Closed.