JDK-6397105 : WinL&F : Comboboxes don't show all states under Vista
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-03-10
  • Updated: 2010-05-10
  • Resolved: 2006-05-26
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
6Resolved
Related Reports
Duplicate :  
Description
The HOT and PRESSED states aren't respected with JComboBoxes under the Windows Look and Feel. Most XP visual styles don't use these states but Vista does and we should support it before Vista ships. Also a non-editable combobox looks more like a single wide button on Vista. We need to support this as well.  This is important for native fidelity on Vista.

Comments
EVALUATION This should be fixed by the fix for 6382711.
01-05-2006

EVALUATION I have figured out how to extract the colors for these new states by updating the tables in TMSchema.initStates(), however the XPStyle.getBorder() method has no knowledge of state and cannot be used to obtain a border for a particular state, only for the normal (or null) state.
23-03-2006

EVALUATION The Windows ComboBox UI delegate does not currently use these states. This should be fixed.
22-03-2006