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 86490 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: CLOSED INVALID
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-10-04 16:01 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-10-04 16:01:37 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.

installer\asbundle\src\org\netbeans\installer\InstallDirSelectionPanel.java
installer\j2ee\src\org\netbeans\installer\cluster\NetBeansDirChooserPanelSwingImpl.java
installer\jbossbundle\src\org\netbeans\installer\InstallDirSelectionPanel.java
installer\jdkbundle\src\org\netbeans\installer\InstallDirSelectionPanel.java
installer\lib\src\org\netbeans\installer\DirectoryChooserPanelSwingImpl.java
installer\libbean\src\org\netbeans\installer\DirectoryChooserPanelSwingImpl.java
Comment 1 mslama 2006-12-07 13:11:06 UTC
Installer:
1.Does not use/see any openide classes.
2.Current codebase will be abandoned for NB 6.0 and replaced by new infrastructure.
Shall I still fix it by copying org.openide.awt.Mnemonics to installer or can I
close it as WONTFIX?
Comment 2 Jaromir Uhrik 2006-12-07 14:58:07 UTC
Ups. I didn't realize that installer is standalone application and that it
should not be included to the process of mnemonic handling. I am going to close
this issue as INVALID.
Comment 3 Jaromir Uhrik 2006-12-07 15:00:25 UTC
Moving issue to status Closed.