JDK-8252194 : Add automated test for fix done in JDK-8218469
  • Type: Bug
  • Component: client-libs
  • Affected Version: 13,14,15,16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • Submitted: 2020-08-22
  • Updated: 2024-12-04
  • Resolved: 2020-09-28
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 11 JDK 16 JDK 8
11.0.13-oracleFixed 16 b18Fixed 8u331Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Under JDK-8218469, fix was made to correct the rendering of JSlider as the Slider knob/head was not being rendered at all. The reason was that gtk3 changed the way styles are used. No automated test was written to verify the results. Current bug is to write the automated tests for the same.
JDK-8221781 was created to add automated tests for a number of fixes done related to gtk3. The current fix covers JSlider widget from the widgets listed in JDK-8221781
Comments
Fix Request (11u) Clean backport to follow JDK-8218469 (11.0.4) and match 11.0.13-oracle. New test passes.
12-08-2021

Changeset: 1ae6b533 Author: Pankaj Bansal <pbansal@openjdk.org> Date: 2020-09-28 16:05:38 +0000 URL: https://git.openjdk.java.net/jdk/commit/1ae6b533
28-09-2020