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

Summary: Alt-O in dirchooser opens the first project named "O..."
Product: platform Reporter: Jesse Glick <jglick>
Component: Directory ChooserAssignee: David Simonek <dsimonek>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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