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

Summary: [a11y] Mnemonics handling issue
Product: java Reporter: Jaromir Uhrik <juhrik>
Component: EditorAssignee: Stanislav Aubrecht <saubrecht>
Status: VERIFIED FIXED    
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 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.