JDK-8233477 : [Win LAF]The tooltip doesn't display correctly in Win LAF
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 11,13,14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_10
  • CPU: x86_64
  • Submitted: 2019-10-30
  • Updated: 2023-09-14
  • Resolved: 2022-06-03
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 17 JDK 19
17-pool-oracleUnresolved 19 b26Fixed
Related Reports
CSR :  
Duplicate :  
Relates :  
Description
Testsuite: Regression manual
Test name(s):ws/closed/test/jdk/javax/swing/JToolTip/5047379/bug5047379.java
Product(s) tested: JDK 11.0.6b02 (64bit)
OS/architecture: Windows 10 x64/Jtreg4.2b15
option:-Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel

Actual behavior:

1)The tooltip doesn't display correctly with the options "-Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel",refer to bug5047379.png
2)There is no such issue without option,please refer to bug5047379-no-option.png
Comments
Changeset: 407abf5d Author: Tejesh R <tr@openjdk.org> Committer: Prasanta Sadhukhan <psadhukhan@openjdk.org> Date: 2022-06-03 07:46:17 +0000 URL: https://git.openjdk.java.net/jdk/commit/407abf5d65af918e6d9bfed1f4cc7d4cfd74ce24
03-06-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8952 Date: 2022-05-31 08:14:14 +0000
31-05-2022

Accelerated string feature is Implemented only in Metal Look and Feel. The feature is not available in other Look and Feel. Implementation has to be done at its super class in order to make it available to other Look and Feel.
13-05-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8496 Date: 2022-05-02 02:56:01 +0000
06-05-2022