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 - [a11y] AutoUpdate: Mnemonics handling issue
Summary: [a11y] AutoUpdate: Mnemonics handling issue
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 13:31 UTC by Jaromir Uhrik
Modified: 2007-10-02 12:57 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 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.