-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2, 5.0
-
b23
-
x86
-
windows_98
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2069033 | 5.0 | Leif Samuelsson | P2 | Closed | Fixed | tiger |
Name: iaR10016 Date: 05/04/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.4.2-b21, JDK1.5.0-b05
(not reproducible with JDK1.4.1)
Platform : Windows 98
User can not enter "C:\My Documents" directory using JFileChooser on Windows 98.
Please, compile and run the following test example and try to enter into "C:\My Documents"
to reproduce the bug:
--------- test.java ---------
import javax.swing.*;
public class test {
public static void main(String[] args) {
(new JFileChooser()).showOpenDialog(new JFrame());
}
}
-----------------------------
JFileChooser shows "C:\My Document" directory as a file and does not allow user to enter there.
Please, note that JFileChooser works correctly with "Desctop\My Documents" folder which points
to the same place.
I am not able to reproduce the failure on another Windows systems.
Specific machine info:
======================
Hostname: linux-17
OS: Windows 98 SE
======================================================================
- backported by
-
JDK-2069033 REGRESSION: User can not enter "C:\My Documents" directory using JFileChooser
-
- Closed
-
- relates to
-
JDK-4899750 REGRESSION: It's impossible to create JFileChooser on Winows 98
-
- Closed
-
-
JDK-4712307 JFileChooser is very slow when browsing many files in a directory
-
- Resolved
-
-
JDK-4827865 JCK1.4a-runtime api/javax_swing/JFileChooser/descriptions.html#CtorNew
-
- Closed
-
-
JDK-4922476 JFileChooser behaves incorrectly with "My Documents" on Windows 98
-
- Closed
-