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 29251 - Alt-F mnemonic unusable in New wizard
Summary: Alt-F mnemonic unusable in New wizard
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-12-03 20:51 UTC by Jesse Glick
Modified: 2008-12-22 16:44 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 Jesse Glick 2002-12-03 20:52:00 UTC
In the 2nd panel of the New wizard, the "Folder:"
text field has mnemonic F. But you cannot use
that! Alt-F invokes the Finish button. Choose a
different mnemonic, maybe 'O'.

Also "Name:" has no mnemonic for me. And Alt-D
does not jump to "Directory" for some reason (from
anywhere else in the dialog).

Current dev build, JDK 1.4.1, Linux, Gnome + Sawfish.
Comment 1 Jiri Rechtacek 2002-12-04 08:09:16 UTC
Alesi, the mnemonic for Folder is defined in DataFolderEditor. It's
same as mnemonic for Finish. Do you think the change mnemonic for
Folder is more handy then change Finish mnemonic because ending a
wizard on Alt-F is too frequent? Please fix it.
Comment 2 akemr 2002-12-04 08:52:42 UTC
Fixed in trunk (changed to Alt-O)

org/netbeans/beaninfo/editors/Bundle.properties, rev. 1.57
org/netbeans/beaninfo/editors/DataFolderPanel.java, rev. 1.16
Comment 3 Marian Mirilovic 2003-01-15 13:19:45 UTC
verified in [nb_dev](20030115),

but label Name still hasn't set a mnemonic, filed new issue 330135.