JDK-8232605 : [macos] There is no Tooltip message displayed when Ctrl+F1 is clicked.
  • Type: Bug
  • Component: client-libs
  • Affected Version: 8u241,11.0.6-oracle,13.0.2,14
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2019-10-18
  • Updated: 2019-12-13
  • Resolved: 2019-11-05
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 14
14Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Testsuite name: Regression manual
Test name(s): open/test/jdk/javax/swing/ToolTipManager/JMenuItemToolTipKeyBindingsTest/JMenuItemToolTipKeyBindingsTest.java
Product(s) tested: JDK 13.0.2b01(64bit)
OS/architecture: Mac10.15 x64(Processor:2.6 GHz Intel Core i5
                 Memory:8 GB 1600 MHz DDR3
                 Graphics:Intel Iris 1536 MB)/Jtreg4.2 b14


Actual behavior:
There is no Tooltip message displayed when Ctrl+F1 is clicked,please refer to KeyBindingsTest.png.
Comments
It is unnecessary to update the instruction for this particular test. We are going to update general test documentation instead. The new section devoted to this case will be added to the general documentation under JDK-8232880 So closing this one as dupe of JDK-8232880 More details and justification here: http://mail.openjdk.java.net/pipermail/swing-dev/2019-October/009811.html http://mail.openjdk.java.net/pipermail/build-dev/2019-October/026213.html
05-11-2019

Review thread - http://mail.openjdk.java.net/pipermail/swing-dev/2019-October/009811.html
21-10-2019

The key sequence ���CTRL��� + ���F1��� (which is used to show/hide tooltip message in Swing) is reserved by the system on OS X. So an application cannot use such key bindings. The corresponding test shouldn���t be executed on OS X platform to avoid confusion like this one.
21-10-2019