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 86191 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: CLOSED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 16:03 UTC by Jaromir Uhrik
Modified: 2007-07-24 22: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:03:51 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.

javacvs\changelog\src\org\netbeans\modules\changelog\wizard\FilterPanel.java
javacvs\changelog\src\org\netbeans\modules\changelog\wizard\HtmlPanel.java
javacvs\changelog\src\org\netbeans\modules\changelog\wizard\OutputPanel.java
javacvs\cvsmodule\src\org\netbeans\modules\versioning\system\cvss\ui\actions\commit\CommitSettings.java
javacvs\cvsmodule\src\org\netbeans\modules\versioning\system\cvss\ui\actions\tag\BranchSettings.java
javacvs\cvsmodule\src\org\netbeans\modules\versioning\system\cvss\ui\actions\tag\BranchesMenu.java
Comment 1 Maros Sandor 2006-10-18 10:02:08 UTC
Fixing in CVS module. The changelog in no longer maintained.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitSettings.java,v
 <--  CommitSettings.java
new revision: 1.11; previous revision: 1.10
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.17; previous revision: 1.16
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitSettings.form,v
 <--  CommitSettings.form
new revision: 1.7; previous revision: 1.6
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.29; previous revision: 1.28
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/BranchSettings.form,v
 <--  BranchSettings.form
new revision: 1.10; previous revision: 1.9
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/BranchesMenu.java,v
 <--  BranchesMenu.java
new revision: 1.7; previous revision: 1.6
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/BranchSettings.java,v
 <--  BranchSettings.java
new revision: 1.14; previous revision: 1.13
Comment 2 Jaromir Uhrik 2007-01-26 15:07:30 UTC
This issue is not valid -> closing the issue.