JDK-6938481 : 4906607 is not fixed for NIMBUS L&F
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-03-26
  • Updated: 2012-03-22
  • Resolved: 2011-03-07
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 JDK 7
6u21Fixed 7 b97Fixed
Related Reports
Relates :  
Description
4906607 is not fixed for NIMBUS L&F. 
Several JCK6b tests fails due to this when run with NIMBUS L&F
Please see 4906607 for details.

List of failing tests:
api/javax_swing/JFileChooser/descriptions.html#CtorNew[JFileChooser2074]
api/javax_swing/JFileChooser/descriptions.html#CtorNew[JFileChooser2075]
api/javax_swing/JFileChooser/descriptions.html#CtorNew[JFileChooser2076]
api/javax_swing/JFileChooser/descriptions.html#CtorNew[JFileChooser2077]
api/javax_swing/JFileChooser/descriptions.html#CtorNew[JFileChooser2078]

api/javax_swing/JFileChooser/descriptions.html#news2[JFileChooser0008]
api/javax_swing/JFileChooser/descriptions.html#news2[JFileChooser0009]
api/javax_swing/JFileChooser/descriptions.html#news2[JFileChooser0010]
api/javax_swing/JFileChooser/descriptions.html#news2[JFileChooser0011]
api/javax_swing/JFileChooser/descriptions.html#news2[JFileChooser0012]
api/javax_swing/JFileChooser/descriptions.html#news2[JFileChooser0013]

Comments
EVALUATION In the SynthFileChooserUI class "directory.getCanonicalFile()" should be replaced by "ShellFolder.getNormalizedFile(directory)", like in other UIs did.
22-04-2010