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 86184 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 15:49 UTC by Jaromir Uhrik
Modified: 2007-10-02 13:41 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 15:49:58 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.

java\editor\lib\src\org\netbeans\editor\ext\java\JavaFastImportPanel.java
java\editor\lib\src\org\netbeans\editor\ext\java\JavaFastOpen.java
java\editor\lib\src\org\netbeans\editor\ext\java\JavaFastOpenPanel.java
java\editor\src\org\netbeans\modules\editor\java\FixDuplicateImportStmts.java
java\editor\src\org\netbeans\modules\java\editor\options\CodeFoldingEditorPanel.java
Comment 1 Jan Lahoda 2007-06-25 10:39:32 UTC
Stando, would you have time to look at this? Thanks.
Comment 2 Stanislav Aubrecht 2007-07-04 16:06:14 UTC
i fixed CodeFoldingEditorPanel although it's used in advanced options only, the other classes are already removed or
were fixed in the mean time


Checking in CodeFoldingEditorPanel.form;
/cvs/java/editor/src/org/netbeans/modules/java/editor/options/CodeFoldingEditorPanel.form,v  <-- 
CodeFoldingEditorPanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/options/Bundle.properties,v  <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in CodeFoldingEditorPanel.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/options/CodeFoldingEditorPanel.java,v  <-- 
CodeFoldingEditorPanel.java
new revision: 1.4; previous revision: 1.3
done
Comment 3 Jaromir Uhrik 2007-10-02 13:41:32 UTC
Verified.