JDK-4943944 : GTK L&F: activating '.' directory in FileChooser sometimes
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2003-10-27
  • Updated: 2005-02-01
  • Resolved: 2004-09-14
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 6
6 betaFixed
Related Reports
Relates :  
Description
Name: anR10225			Date: 10/27/2003


    The '.' (current directory) item in the GTK FileChooser intended
to reread the content of the current directory but when the current
directory contains no files or folders activating of the '.' changes
the current directory to the upper one.

======================================================================
###@###.### 10/13/04 17:55 GMT

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: dragon mustang FIXED IN: mustang INTEGRATED IN: mustang
14-09-2004

EVALUATION Name: anR10225 Date: 10/27/2003 The item '.' recreated each time the directory changed and represents the current directory. The directory recreated in the GTKFileChooserUI.GTKDirectoryListModel.fireContentsChanged() method, but sometimes fireIntervalRemoved() or fireIntervalAdded() method is called instead and the '.' isn't recreated. The '.' item should also be updated both in fireIntervalRemoved() and fireIntervalAdded() method. ======================================================================
14-09-2004