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 131995 - File Chooser Directory Selection.
Summary: File Chooser Directory Selection.
Status: CLOSED WONTFIX
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: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2008-04-03 23:52 UTC by a274688
Modified: 2011-06-09 09: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 a274688 2008-04-03 23:52:09 UTC
This issue occurs in Netbeans 5.5.1, 6.0 and 6.1 on Ubuntu 7.1 using java-1.5.0-sun-1.5.0.13 and java-6-sun-1.6.0.03.
All are basic Netbeans versions (first selection on left of download table).  
The O/S is a pretty basic install .. the only added software was java, netbeans and vmplayer.

This issue is that when presented with a file chooser it is almost impossible to open a directory.

For example.  In the ide select services, database, add driver.  I attempt to locate the Jdbc driver stored in my common
Javalibs directory.  I am able to switch to it's root directory but when I attempt to traverse through the remaining
directories I must double click repeatedly before the directory finally opens. Sometime it seems to go into "rename"
mode, in which case I must temporarily click a different directory before retrying.

I have done some googling on the topic and the only suggestion was to add ~Xdefault and *.multiClickTime: 500.
This made an almost unnoticable improvement (50 clicks vs 60 or so).

I think this should be a priority fix as it is such as core part of ide and Ubuntu has become the dominate linux desktop
so others will be experiencing the same issue.

I've been using Netbeans since v4 and have slowly converted all my co-workers.
This is one excellent piece of work.
Thank You.
Comment 1 novakm 2008-04-07 09:26:50 UTC
Reassigning to core - dirchooser for evaluation (I hope it is the right component)
Comment 2 David Simonek 2008-07-25 14:10:57 UTC
Unfortunately, file chooser dialog you mentioned is coming from Swing itself (part of JDK), so it's JDK issue, not
Netbeans related - I bet you'll be able to reproduce with SwingSet2 demo (JFileCHooser demo) as well. I can reproduce
the problem a bit, but it's far better in my case - when I'm double clicking fast enough, than no renaming appears, so
in my case it works like expected.

Please, consider to file issue against JDK/Swing at bugs.sun.com, describing your OS info - window manager and any other
settings that may affect double click speed - if there are any. Then write JDK issue number here, thank you
Comment 3 Marian Mirilovic 2011-06-09 09:54:04 UTC
v/c