JDK-6462156 : Vista: JScrollbar hover behavior incomplete
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2006-08-21
  • Updated: 2022-09-16
  • Resolved: 2022-09-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.
Other
tbdResolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
ON VISTA:

Move the mouse over a JScrollBar track where the thumb is not located. The scrollbar should show the HOVER effect like native. It does not. Nor does it show the HOVER effect if you click on the track to make the mouse over the thumb.

Comments
EVALUATION The previous fix only switched to the HOVER state when moving over buttons or the thumb. It should also move these components to the HOVER state when the mouse moves over the track area as well. Essentially whenever the mouse moves inside the scrollbar the three components (the two buttons and the thumb) should move to the HOVER state. This should be fixed the same way the previous hover but was fixed, 6458700, but including the entire scrollbar.
22-08-2006