JDK-4835498 : JFileChooser/WinL&F:"My Computer" sidebar button should become deselected
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2003-03-20
  • Updated: 2003-09-05
  • Resolved: 2003-09-05
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.
Other
5.0 tigerFixed
Related Reports
Relates :  
Description
From 4501585:

15) open the native windows file chooser and click on the "My Computer"
    button on the left: the main panel instantly shows a list of the
    various devices avaiable in the system (like A:, C:, etc)
    now click on a local disk, like C: for example, and note that the
    "MY Computer" button on the left is it DESELECTED.
    if you want to see again the devices then click it once again.

    now open JFileChooser and do the same: the "My Computer" button remains
    selected. if you want to see again the devices then you cannot single
    click it, because its already selected: you have to choose another button
    and then click "My Computer" again.

Reproducible w/ 1.4 on Win2k and 1.4.2 on XP.  With 1.4.2 on Win2k, the My Computer sidebar button doesn't stay depressed at all.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b19
14-06-2004

WORK AROUND
11-06-2004

SUGGESTED FIX
11-06-2004

PUBLIC COMMENTS
10-06-2004

EVALUATION The PlacesBar component is not getting the correct property change notification. ###@###.### 2003-07-22 That wasn't the problem. The ButtonGroup class which is used with JToggleButtons does not allow for no button to be selected after one has been selected. Worked around it by removing the selected button from the group and adding it again. ###@###.### 2003-08-22
22-08-2003