-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
8
-
windows
FULL PRODUCT VERSION :
JDK 8u361 b09, JDK 8 b132
ADDITIONAL OS VERSION INFORMATION :
MS Windows 10 64-bit OS
A DESCRIPTION OF THE PROBLEM :
In "Pictures" directory whose path in Windows shell namespace is "Desktop\Libraries\Pictures" in "Details" view of "javax.swing.JFileChooser" the data of all objects are in wrong columns. In particular, dates of last modifications are in "Type" column and sizes of objects are in "Date modified" column.
The issue reproduced by means of the attached test case "FileChooserDetailsViewTest.java" on MS Windows 10 OS with JRE 8u361 b09 is demonstrated on the attached screenshot "DataOfAllObjectsAreInWrongColumnsWithJRE8u361b09.JPG".
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Compile and run the attached test case "FileChooserDetailsViewTest.java".
2. In "javax.swing.JFileChooser" dialog window first click on "Details" button and then go to "Desktop\Libraries\Pictures" directory. Check that types of data in columns correspond to names of the columns with these data.
JDK 8u361 b09, JDK 8 b132
ADDITIONAL OS VERSION INFORMATION :
MS Windows 10 64-bit OS
A DESCRIPTION OF THE PROBLEM :
In "Pictures" directory whose path in Windows shell namespace is "Desktop\Libraries\Pictures" in "Details" view of "javax.swing.JFileChooser" the data of all objects are in wrong columns. In particular, dates of last modifications are in "Type" column and sizes of objects are in "Date modified" column.
The issue reproduced by means of the attached test case "FileChooserDetailsViewTest.java" on MS Windows 10 OS with JRE 8u361 b09 is demonstrated on the attached screenshot "DataOfAllObjectsAreInWrongColumnsWithJRE8u361b09.JPG".
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Compile and run the attached test case "FileChooserDetailsViewTest.java".
2. In "javax.swing.JFileChooser" dialog window first click on "Details" button and then go to "Desktop\Libraries\Pictures" directory. Check that types of data in columns correspond to names of the columns with these data.
- duplicates
-
JDK-8017487 filechooser in Windows-Libraries folder: columns are mixed up
- Resolved