JDK-6248582 : JFileChooser not matching native behaviour - kbd navigation
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2005-03-31
  • Updated: 2011-03-09
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b15Fixed
Related Reports
Relates :  
Description
Bug Description:
Not able to list content of a folder using keyboard in JFileChooser.

Steps to reproduce:
1.Install jdk1.6.0(b29) in windows testing system.
2.Launch JFileChooser demo (java -jar  <Drive>\jdk\1.6.0\latest\binaries\win\demo\jfc\FileChooserDemo\FileChooserDemo.jar
3.In "File and Directory Option" select "Select Files or Directories"
4.In select Windows L/F 
5.Click Show FileChooser button.
6.Select a folder which has sub folder or files in it using mouse
7.The selected folder name will appear in the "File name" text field 
8.If the folder name is "sun" then type "sun\*" and press Enter
9.The FileChooser should display the content of the sun folder.

but it is not happening, noting happens ,but in native windows when same scenario is repeated the content of the sun folder are listed.

Using this user can select folder/files with in the folder without using the mouse,this behavior is missing.

this bug has an impact on Java Application CacheViewer.


###@###.### 2005-03-31 09:15:28 GMT
.

Comments
EVALUATION This is not the same problem described in CR 6207989. If used "dirname/*" we should change current directory to "dirname" and set filter to "*".
17-04-2007

EVALUATION This is the same problem described in CR 6207989, although the suggested approach is different (typing foldername\* instead of Ctrl-Enter).
13-09-2005