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 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 14:55 UTC by Jaromir Uhrik
Modified: 2007-10-02 13:16 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 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.