JDK-7163696 : JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-04-23
  • Updated: 2015-02-23
  • Resolved: 2013-03-01
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 7 JDK 8
7u40Fixed 8 b82Fixed
Related Reports
Relates :  
Description
The following JCK Swing interactive test fails with Nimbus and GTK L&Fs:
api/javax_swing/interactive/JScrollBarTests.html#JScrollBar[JScrollBarTest0013]

To reproduce the problem:
- Start the test using Nimbus or GTK L&F
- Click to the left of the scrollbar knob

This is expected to decrement the value of the scrollbar by 10, however
the value of the scrollbar is incremented by 10. Subsequent clicks to the
left of the scrollbar result in expected behavior, ie decrement of 
scrollbar value by 10.

JCK8 b07
JDK8 b30
L&F: Nimbus, GTK
The problem is reproduced just once in the first time using the scrollbar. This is corrected description:

- Start the test using Nimbus or GTK L&F
- Click to the left of the scrollbar knob

This is expected to decrement the value of the scrollbar by 10, however
the value of the scrollbar is decremented to the begin of the scrollbar.

Comments
Verified using the JCK test mentioned
30-05-2013

NB!: The following URL points to the correct changeset: URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/07acfb90700b User: malenkov Date: 2013-03-14 08:16:47 +0000
14-03-2013

NB!: The fix for the 7163696 issue was pushed with the wrong ID: 8000183.
14-03-2013