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 86166 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 14:57 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:57: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.

httpserver\src\org\netbeans\modules\httpserver\GrantAccessPanel.java
httpserver\src\org\netbeans\modules\httpserver\HostPropertyCustomEditor.java
Comment 1 _ rkubacki 2006-12-15 16:04:30 UTC
Checking in src/org/netbeans/modules/httpserver/GrantAccessPanel.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/GrantAccessPanel.java,v
 <--  GrantAccessPanel.java
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/httpserver/Bundle.properties;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.43; previous revision: 1.42
done
Checking in src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.java,v
 <--  HostPropertyCustomEditor.java
new revision: 1.9; previous revision: 1.8
done
Checking in src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.form;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.form,v
 <--  HostPropertyCustomEditor.form
new revision: 1.4; previous revision: 1.3
done
Checking in nbproject/project.xml;
/shared/data/ccvs/repository/httpserver/nbproject/project.xml,v  <--  project.xml
new revision: 1.9; previous revision: 1.8
done
Comment 2 Jaromir Uhrik 2007-01-26 15:01:19 UTC
Verified.