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 86476 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (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-10-04 15:22 UTC by Jaromir Uhrik
Modified: 2007-07-24 22:55 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-10-04 15:22:33 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.

collab\chat\src\org\netbeans\modules\collab\channel\chat\ChatComponent.java
collab\ui\src\org\netbeans\modules\collab\ui\AddContactForm.java
collab\ui\src\org\netbeans\modules\collab\ui\DeleteAccountConfirmationPanel.java
collab\ui\src\org\netbeans\modules\collab\ui\LoginAccountPanel.java
collab\ui\src\org\netbeans\modules\collab\ui\ManagePublicConversationForm.java
collab\ui\src\org\netbeans\modules\collab\ui\wizard\AccountDisplayNamePanel.java
collab\ui\src\org\netbeans\modules\collab\ui\wizard\AccountInfoPanel.java
collab\ui\src\org\netbeans\modules\collab\ui\wizard\AccountServerPanel.java
collab\ui\src\org\netbeans\modules\collab\ui\wizard\AccountTypePanel.java
collab\ui\src\org\netbeans\modules\collab\ui\wizard\AccountUserInfoPanel.java
Comment 1 _ rkubacki 2007-01-03 19:19:21 UTC
fixing together with #91159
Comment 2 _ rkubacki 2007-01-03 19:50:36 UTC
done