JDK-8252825 : Add automated test for fix done in JDK-8218479
  • Type: Bug
  • Component: client-libs
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-09-06
  • Updated: 2025-04-04
  • Resolved: 2020-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.
JDK 11 JDK 16 JDK 8
11.0.13-oracleFixed 16 b15Fixed 8u321Fixed
Related Reports
Relates :  
Relates :  
Description
Under JDK-8218479, fix was made to correct the rendering of JTextPane as the background color of JTextPane was similar to Panel color. It looked like the JTextPane has transparent background. 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 JTextPane widget from the widgets listed in JDK-8221781
Comments
Fix Request (11u) Follows up on JDK-8218479 backport (11.0.4), and matches 11.0.13-oracle. New test passes.
12-08-2021

Changeset: 55c7e769 Author: Pankaj Bansal <pbansal@openjdk.org> Date: 2020-09-07 07:25:30 +0000 URL: https://git.openjdk.java.net/jdk/commit/55c7e769
07-09-2020