-
Bug
-
Resolution: Fixed
-
P3
-
7u75, 8u31, 9, 10, 11, 12, 13, 14, 15
-
Mac10.13 x64/JDK 10.0.2 b07(64bit)
-
b15
-
x86
-
os_x
Testsuite name: Regression manual
Test name(s):java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html
Product(s) tested: JDK10.0.2b07 (64bit)
Test tool: jtreg4.2b12
OS/architecture: mac10.13-x64(Processor:2.2 GHz Intel Core i7/Memory:4 GB 1333 MHz DDR3)
Actual behavior:
1)Two MOUSE_ClLICKED events were sent to Java after double-clicking on the icon with left mouse button.Refer to DblClick-left.png
2)One MOUSE_ClLICKED and one ACTION_PERFORMED event shows after single-clicking on the icon with right mouse button.Refer to DblClick-right.png
Test name(s):java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html
Product(s) tested: JDK10.0.2b07 (64bit)
Test tool: jtreg4.2b12
OS/architecture: mac10.13-x64(Processor:2.2 GHz Intel Core i7/Memory:4 GB 1333 MHz DDR3)
Actual behavior:
1)Two MOUSE_ClLICKED events were sent to Java after double-clicking on the icon with left mouse button.Refer to DblClick-left.png
2)One MOUSE_ClLICKED and one ACTION_PERFORMED event shows after single-clicking on the icon with right mouse button.Refer to DblClick-right.png
- relates to
-
JDK-7158615 [macosx] Some TrayIcon tests presume action trigger on BUTTON1
- Resolved