-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1, 1.4.2, 5.0, 6
-
b20
-
x86
-
windows_xp
-
Not verified
FULL PRODUCT VERSION :
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)
FULL OS VERSION :
Microsoft Windows XP [Version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
When using the JFileChooser, the 'Create New Folder' button is disabled when the user has navigated to:
1) The root of any drive
2) The user's 'My Documents' folder.
3) The Desktop
In all of these cases, the creation of a new folder should be allowed as it is in any other Windows application.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Create a JFileChooser
2. Navigate to the root of a drive.
EXPECTED VERSUS ACTUAL BEHAVIOR :
The 'Create New Folder' button should be enabled.
The 'Create New Folder' button is disabled.
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
JFileChooser chooser = new JFileChooser();
chooser.showOpenDialog(parent);
---------- END SOURCE ----------
(Review ID: 182806)
======================================================================
- duplicates
-
JDK-4946237 XP : JFileChooser don't allow creating folder in "My Documents"
-
- Closed
-
-
JDK-5053691 FileChooserDemo: Create New Folder icon is disabled
-
- Closed
-
-
JDK-6293350 FileChooserDemo:In dialog window the create folder icon is in disable state by default.
-
- Closed
-
- relates to
-
JDK-4522927 REGRESSION:"create new folder" icon in JFileChooser(SwingSet2 demo)is disabled
-
- Closed
-
-
JDK-4802383 JFileChooser makes unecessary security checks
-
- Closed
-
-
JDK-4939819 File.canWrite() returns false for the "My Documents" directory (win)
-
- Closed
-
-
JDK-6959584 closed/javax/swing/JFileChooser/4847375/bug4847375.java : compilation failed
-
- Closed
-