JDK-5057148 : JFileChooser: Tabbing into the file-chooser window broken
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2004-06-03
  • Updated: 2004-06-03
  • Resolved: 2004-06-03
Related Reports
Duplicate :  
Description

Name: gm110360			Date: 06/03/2004


FULL PRODUCT VERSION :
java version "1.4.2"
Java<TM> 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot<TM> Client VM (build 1.4.2-b28, mixed mode)
and
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b51)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b51, mixed mode, sharing)

ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows 2000 [Version 5.00.2195]

A DESCRIPTION OF THE PROBLEM :
Hotkeys never cycle into the file-chooser window-- the highlight never shows you where the cursor is.

  To see this in action, run the FileChooserDemo, clicking "Open a File" or "Save a File" to open a JFileChooser. Use tab key to tab through the components. You will see file chooser window can never be cycled into.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Run FileChooserDemo;
2. Click "Open a File" to open a JFileChooser;
3. Use Tab key to tab through the components.


EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
File-chosser window should be cycled into -- the first item should be highlighted.
ACTUAL -
file-chooser window is never cycled into.

REPRODUCIBILITY :
This bug can be reproduced always.
(Incident Review ID: 244995) 
======================================================================

Comments
EVALUATION Name: sh120115 Date: 06/03/2004 As far as I can tell, the file list is cycled into. No selection is shown only because nothing is selected. I beleive this has been fixed recently though. ###@###.### 2004-06-03 ======================================================================
03-06-2004