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

debuggercore\src\org\netbeans\modules\debugger\ui\actions\AddBreakpointPanel.java
debuggercore\src\org\netbeans\modules\debugger\ui\actions\ConnectorPanel.java
debuggercore\src\org\netbeans\modules\debugger\ui\WatchPanel.java
Comment 1 Martin Entlicher 2006-09-29 22:36:38 UTC
Fixed in trunk:

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/Bundle.properties,v  <--
 Bundle.properties
new revision: 1.5; previous revision: 1.4

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/WatchPanel.java,v  <-- 
WatchPanel.java
new revision: 1.3; previous revision: 1.2

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/AddBreakpointPanel.java,v
 <--  AddBreakpointPanel.java
new revision: 1.9; previous revision: 1.8

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.12; previous revision: 1.11

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/ConnectorPanel.java,v
 <--  ConnectorPanel.java
new revision: 1.11; previous revision: 1.10
Comment 2 Jaromir Uhrik 2006-10-12 15:30:36 UTC
Verified in trunk of 2006/10/12.