JDK-6490679 : Vista:In disabled JComboBox the drop down button background shows black color and looks enabled.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2006-11-07
  • Updated: 2011-03-08
  • 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 6 JDK 7
6u1Fixed 7 b07Fixed
Related Reports
Relates :  
Description
Bug Description:
================
In disabled JComboBox the drop down button background color is not similar while comparing with native ComboBox.

In native ComboBox the drop down button shows the gray color and looks disable but in JComboBox the drop down button shows the black color and looks enabled.

Please find the attached images for identifying the variations between two.

Its a regression from b96.

JDK Info:
=========
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b104)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b104, mixed mode)

Vista Info:
===========
Vista Build No: 5840
Vista Theme: Default Theme(Aero)

Comments
EVALUATION for non editable ComboBoxes Vista seems to have the same glyph for all non DISABLED states.
08-11-2006

EVALUATION we do not use the correct STATE for the button.
07-11-2006