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 86194 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 16:12 UTC by Jaromir Uhrik
Modified: 2008-03-25 20:03 UTC (History)
1 user (show)

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:12:41 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.

D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\DataDisplay.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\EditPanel.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\EditPanelCookies.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\EditPanelHeaders.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\EditPanelQuery.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\ParamEditor.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\RequestDisplay.java
D:\build\2006-29-09\monitor\src\org\netbeans\modules\web\monitor\client\SessionDisplay.java
Comment 1 Sherold Dev 2006-10-02 08:44:10 UTC
tm -> dev
Comment 2 bhate 2008-03-25 20:03:00 UTC
I have updated all the required files.
changeset 75482	4fbcad7e449e.