JDK-5093154 : Not able to select the mounted drive using JFileChooser in GTKLookAndFeel
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2004-08-27
  • Updated: 2004-08-30
  • Resolved: 2004-08-30
Related Reports
Duplicate :  
Description
Bug Description:
----------------
Not able to select the mounted drive using JFileChooser,this bug is reproducible in Solaris GTKLookAndFeel.

JDK-Info:
---------
java version "1.5.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-rc-b63)
Java HotSpot(TM) Client VM (build 1.5.0-rc-b63, mixed mode, sharing)

Steps to reproduce:
-------------------
1. Install jre1.5.0 b63 in Solaris Gnome
2. Compile and Run the attached Test.java file
3. Click "Click Me" button,JFileChooser will popup.

In directory listing select ,select root and select net folder,it will list all the mount drives in /net

Click tab key till the focus reach the folders listed now press Up and Down arrow key to select the folder ,User will not be able to select any of the folder.

I have attached a snapshot of the JFileChooser which lists the /net location  where User will not be able to select any of the folder or mounted drive listed.

as per the image attached Iam not able to select

bluelion
bluelion.india
sqindia

in the image using keyboard.


###@###.### 2004-08-27

Comments
EVALUATION Name: ke153230 Date: 08/30/2004 While this might sound not obvious, the nature of this bug is the same as of bug 5061077. We do not reset selection index when we call clearSelection(), so we do not see currently selected index. This is fixed in 5061077 and this bug is not reproduced in my workspace with the mentioned fix. One can use workaround to correct this behaviour. ======================================================================
31-08-2004

WORK AROUND Name: ke153230 Date: 08/30/2004 To be able to navigate via keyboard, press Home button. ======================================================================
31-08-2004