JDK-8209993 : Create a test for SwingSet3 ToolTipDemo
  • Type: Task
  • Component: client-libs
  • Sub-Component: javax.swing
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-08-27
  • Updated: 2019-12-21
  • Resolved: 2018-08-30
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 12
11.0.7-oracleFixed 12 b10Fixed
Description
Scenarios to automate: 

1. Show tool tip on plainToolTipRegion 
2. Check whether tool tip has shown or not 
3. Check the tool tip text 
4. Check the tool tip location 
5. Check whether tool tip gone after user action 
6. Repeat the steps 1, 2, 3, 4 and 5 for htmlToolTipRegion 
7. Repeat the steps 1, 2, 3, 4 and 5 for styledToolTipRegion 
8. Resize the frame to half and repeat the step 6. 
Comments
Fix request (11u) I would like to downport this for parity with 11.0.7-oracle. Applies clean.
20-12-2019