-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.2
-
x86
-
windows_2000
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)
======================================================================
- duplicates
-
JDK-4922507 JFileChooser works with keyboard incorrectly sometimes
- Closed