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 86165

Summary: [a11y] Mnemonics handling issue
Product: guibuilder Reporter: Jaromir Uhrik <juhrik>
Component: CodeAssignee: issues@guibuilder <issues>
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 14:55:46 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. It is possible that some files in the list don't need the change.

form\src\org\netbeans\modules\form\editors2\CustomTableModelEditor.java
form\src\org\netbeans\modules\form\FormCustomEditor.java
form\src\org\netbeans\modules\form\RADVisualComponent.java
form\test\qa-functional\data\OpenForm\ConnectionPanel1.java
form\test\qa-functional\data\OpenForm\ConnectionPanel2.java
form\test\qa-functional\data\OpenForm\ConnectionPanel3.java
form\test\qa-functional\data\OpenForm\CustomCodeEditor.java
form\test\qa-functional\data\OpenForm\EventCustomEditor.java
form\test\qa-functional\data\OpenForm\FormCustomEditor.java
form\test\qa-functional\data\OpenForm\FormCustomEditorAdvanced.java
form\test\qa-functional\data\OpenForm\MethodPicker.java
form\test\qa-functional\data\OpenForm\ParametersPicker.java
form\test\qa-functional\data\OpenForm\PropertyPicker.java
form\test\qa-functional\data\OpenForm\StringArrayCustomEditor.java
Comment 1 Tomas Stupka 2007-09-12 15:11:11 UTC
fixed

Checking in editors/ModifierPanel.java;
/cvs/form/src/org/netbeans/modules/form/editors/ModifierPanel.java,v  <--  ModifierPanel.java
new revision: 1.3; previous revision: 1.2
done
Checking in editors/Bundle.properties;
/cvs/form/src/org/netbeans/modules/form/editors/Bundle.properties,v  <--  Bundle.properties
new revision: 1.16; previous revision: 1.15
done
Checking in editors2/CustomTableModelEditor.java;
/cvs/form/src/org/netbeans/modules/form/editors2/CustomTableModelEditor.java,v  <--  CustomTableModelEditor.java
new revision: 1.12; previous revision: 1.11
done
Comment 2 Jaromir Uhrik 2007-10-02 13:16:54 UTC
Verified.