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 110975 - Alt-O in dirchooser opens the first project named "O..."
Summary: Alt-O in dirchooser opens the first project named "O..."
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-25 16:35 UTC by Jesse Glick
Modified: 2008-12-22 13:50 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 Jesse Glick 2007-07-25 16:35:22 UTC
070724, fresh user dir. Open Project opens in ~/NetBeansProjects where I have a bunch of projects, including
"DesktopApplication[1-4]" and "optimalmap". I Shift-TAB until the folder list has focus, multiselect DesktopApplication1
and DesktopApplication2, then press Alt-O to open them. optimalmap opens instead! Apparently the folder list was
trapping the Alt-O as a request to select the first "O" item, which is a bug, plus as another bug it does not consume
the key event so the Open button got it too.
Comment 1 David Simonek 2007-08-02 15:53:44 UTC
fixed in main trunk, thanks for complete and accurate report, I don't get that many of it...

Checking in DirectoryChooserUI.java;
/cvs/core/swing/dirchooser/src/org/netbeans/swing/dirchooser/DirectoryChooserUI.java,v  <--  DirectoryChooserUI.java
new revision: 1.23; previous revision: 1.22
done