-
Bug
-
Resolution: Duplicate
-
P3
-
7
-
x86
-
windows_xp
FULL PRODUCT VERSION :
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
Java HotSpot(TM) Client VM (build 21.1-b02, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [Version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
After invoking JFileChooser component the "up one level" icon does not work unless you click inside the box that contains the files.
REGRESSION. Last worked in version 6u29
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
- Open JFileChooser window.
- Click "up one level" icon
- the directory does not go one level up
- Click on one of the displayed files/directories
- Click "up one level" icon
- It goes one level up
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
- Click "up one level" icon
- It goes one level up
ACTUAL -
- the directory does not go one level up
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
JFileChooser tempChooser = new JFileChooser(c_sArchivePath);
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
click inside the box
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
Java HotSpot(TM) Client VM (build 21.1-b02, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [Version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
After invoking JFileChooser component the "up one level" icon does not work unless you click inside the box that contains the files.
REGRESSION. Last worked in version 6u29
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
- Open JFileChooser window.
- Click "up one level" icon
- the directory does not go one level up
- Click on one of the displayed files/directories
- Click "up one level" icon
- It goes one level up
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
- Click "up one level" icon
- It goes one level up
ACTUAL -
- the directory does not go one level up
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
JFileChooser tempChooser = new JFileChooser(c_sArchivePath);
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
click inside the box
- duplicates
-
JDK-7019963 The goto parent directory button doesn’t operate in JFileChooser
-
- Closed
-