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 86200 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 16:30 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:30:47 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.

tasklist\docscan\src\org\netbeans\modules\tasklist\docscan\SourceTasksView.java
Comment 1 _ rkubacki 2006-12-15 11:06:45 UTC
/shared/data/ccvs/repository/tasklist/docscan/src/org/netbeans/modules/tasklist/docscan/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.43; previous revision: 1.42
done
Checking in
tasklist/docscan/src/org/netbeans/modules/tasklist/docscan/SourceTasksView.java;
/shared/data/ccvs/repository/tasklist/docscan/src/org/netbeans/modules/tasklist/docscan/SourceTasksView.java,v
 <--  SourceTasksView.java
new revision: 1.120; previous revision: 1.119
done
Checking in tasklist/docscan/src/org/netbeans/modules/tasklist/docscan/Util.java;
/shared/data/ccvs/repository/tasklist/docscan/src/org/netbeans/modules/tasklist/docscan/Util.java,v
 <--  Util.java
new revision: 1.3; previous revision: 1.2
Comment 2 Jaromir Uhrik 2007-01-26 15:22:52 UTC
Sorry Radim, but I am going to reopen this issue because .setMnemonics calling
is still there on lines 677 (item.setMnemonic(KeyEvent.VK_0);) and 693
(item.setMnemonic(mnemonics[i]);).
Comment 3 _ rkubacki 2007-02-02 06:48:06 UTC
/shared/data/ccvs/repository/tasklist/docscan/src/org/netbeans/modules/tasklist/docscan/SourceTasksView.java,v
 <--  SourceTasksView.java
new revision: 1.121; previous revision: 1.120