JDK-7121380 : JFileCHooser - need focus inside the screen for Up Button to work
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2011-12-14
  • Updated: 2012-03-20
  • Resolved: 2012-01-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Duplicate :  
Description
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