JDK-8013450 : [macosx] Transparent JFrame does not pass mouse clicks through on Mac OSX
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7u4,8,9,12,14,17
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • Submitted: 2013-03-20
  • Updated: 2023-10-09
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.
Other
tbdUnresolved
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Description
FULL PRODUCT VERSION :
ava version  " 1.7.0_09 " 
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)

ADDITIONAL OS VERSION INFORMATION :
Mac OSX Mountain Lion 10.8.2

A DESCRIPTION OF THE PROBLEM :
We have a screen sharing applet that opens up a Swing JFrame and uses the Robot class to capture the screen behind the empty frame.

The user should be able to click through the frame and interact with whatever lies behind the applet. This works fine on Windows and used to work with Apple's Java version, but with Java 7 for Mac it does not work. Mouse clicks does not go through the JFrame.

The JFrame uses:

setAlwaysOnTop(true);
setUndecorated(true);

Tried using:

AWTUtilities.setWindowOpaque(false);

Or

setBackground(new Color(0, 0, 0, 0));

With Apple's version calling:

getRootPane().putClientProperty( " apple.awt.draggableWindowBackground " , Boolean.FALSE);

did the trick, but this is no longer working.

Please advise.

Thanks, Eilon


REGRESSION.  Last worked in version 6u31

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create an alwaysOnTop/Undecorated JFrame and see that when its visible, user can not interact with windows behind the JFrame.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
JFrame should allow mouse clicks through.

REPRODUCIBILITY :
This bug can be reproduced always.

SUPPORT :
YES
Comments
Run the java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java tests fails . Following is the system configuration where the test was run macOS 12.0.1 (Monterey) MacBook Pro (13-inch, 2019, Four Thunderbolt 3 ports) Processor 2.4 GHz Quad-Core Intel Core i5 Graphics Intel Iris Plus Graphics 655 1536 MB #-----testresult----- description=file\:/Users/bincylawrence/lawrence/jdk_builds/jdk_source/jdk-master/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java elapsed=6426 0\:00\:06.426 end=Sun Dec 12 11\:09\:36 CST 2021 environment=regtest execStatus=Failed. Execution failed\: `main' threw exception\: java.lang.RuntimeException\: Bit mask is not fully set\: {} harnessLoaderMode=Classpath Loader harnessVariety=Full Bundle hostname=localhost javatestOS=Mac OS X 10.16 (x86_64) javatestVersion=6.0-ea+b14-2021-12-11 jtregVersion=jtreg 6.1 dev 0 modules=java.desktop script=com.sun.javatest.regtest.exec.RegressionScript sections=script_messages build build main start=Sun Dec 12 11\:09\:29 CST 2021 test=java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java testJDK=/Users/bincylawrence/lawrence/jdk_builds/jdk18/b27/jdk-18.jdk/Contents/Home totalTime=6427 user.name=bincylawrence work=/Users/bincylawrence/lawrence/jdk_builds/jdk_source/jdk-master/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/JTwork/java/awt/Window/ShapedAndTranslucentWindows #section:script_messages ----------messages:(7/547)---------- JDK under test: /Users/bincylawrence/lawrence/jdk_builds/jdk18/b27/jdk-18.jdk/Contents/Home openjdk version "18-ea" 2022-03-22 OpenJDK Runtime Environment (build 18-ea+27-1924) OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) Library /lib/client; kind: packages source directory: /Users/bincylawrence/lawrence/jdk_builds/jdk_source/jdk-master/test/jdk/lib/client class directory: /Users/bincylawrence/lawrence/jdk_builds/jdk_source/jdk-master/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/JTwork/classes/lib/client #section:build ----------messages:(3/129)---------- command: build Common ExtendedRobot reason: User specified action: run build Common ExtendedRobot elapsed time (seconds): 0.004 result: Passed. All files up to date #section:build ----------messages:(3/113)---------- command: build ShapedTranslucentWindowClick reason: Named class compiled on demand elapsed time (seconds): 0.001 result: Passed. All files up to date #section:main ----------messages:(5/218)---------- command: main ShapedTranslucentWindowClick reason: User specified action: run main ShapedTranslucentWindowClick Mode: othervm Additional options from @modules: --add-modules java.desktop elapsed time (seconds): 6.418 ----------configuration:(3/40)---------- Boot Layer add modules: java.desktop ----------System.out:(1/28)---------- Checking java.awt.Window... ----------System.err:(14/875)---------- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, java.lang.RuntimeException: Bit mask is not fully set: {} at ShapedTranslucentWindowClick.checkClickAndType(ShapedTranslucentWindowClick.java:188) at ShapedTranslucentWindowClick.doTest(ShapedTranslucentWindowClick.java:117) at ShapedTranslucentWindowClick.main(ShapedTranslucentWindowClick.java:66) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127) at java.base/java.lang.Thread.run(Thread.java:833) JavaTest Message: Test threw exception: java.lang.RuntimeException: Bit mask is not fully set: {} JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Bit mask is not fully set: {}
12-12-2021

#Test Results (version 2) #Mon May 14 10:56:14 IST 2018 #-----testdescription----- $file=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java $root=/Users/arapte/Desktop/Jay/client/open/test/jdk author=Dmitriy Ermashov (dmitriy.ermashov@oracle.com) keywords=headful library=../../../../lib/testlibrary modules=java.desktop run=USER_SPECIFIED build Common ExtendedRobot\nUSER_SPECIFIED main ShapedTranslucentWindowClick\n source=ShapedTranslucentWindowClick.java title=Check if a translucent shaped window trigger events correctly. #-----environment----- #-----testresult----- description=file\:/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java elapsed=37993 0\:00\:37.993 end=Mon May 14 10\:56\:14 IST 2018 environment=regtest execStatus=Failed. Execution failed\: `main' threw exception\: java.lang.RuntimeException\: Bit mask is not fully set\: {} harnessLoaderMode=Classpath Loader harnessVariety=Full Bundle hostname=dhcp-10-177-157-70.in.oracle.com javatestOS=Mac OS X 10.13.3 (x86_64) javatestVersion=5.0 jtregVersion=jtreg 4.2 fcs b12 modules=java.desktop script=com.sun.javatest.regtest.exec.RegressionScript sections=script_messages build compile compile build compile main start=Mon May 14 10\:55\:36 IST 2018 test=java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java testJDK=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home totalTime=38014 user.name=arapte work=/Users/arapte/Desktop/Jay/client/JTwork/java/awt/Window/ShapedAndTranslucentWindows #section:script_messages ----------messages:(7/491)---------- JDK under test: /Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home java version "11-internal" 2018-09-25 Java(TM) SE Runtime Environment 18.9 (build 11-internal+0-jdk11-client.204) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11-internal+0-jdk11-client.204, mixed mode) Library ../../../../lib/testlibrary; kind: packages source directory: /Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary class directory: /Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary #section:build ----------messages:(7/225)---------- command: build Common ExtendedRobot reason: User specified action: run build Common ExtendedRobot Library ../../../../lib/testlibrary: compile: ExtendedRobot Test directory: compile: Common elapsed time (seconds): 3.424 result: Passed. Build successful #section:compile ----------messages:(5/254)---------- command: compile /Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary/ExtendedRobot.java reason: .class file out of date or does not exist Additional options from @modules: --add-modules java.desktop Mode: othervm elapsed time (seconds): 1.456 ----------configuration:(5/216)---------- javac compilation environment add modules: java.desktop source path: /Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary class path: /Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary ----------rerun:(21/1583)*---------- cd /Users/arapte/Desktop/Jay/client/JTwork/scratch && \\ HOME=/Users/arapte \\ LC_CTYPE=UTF-8 \\ PATH=/bin:/usr/bin \\ /Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home/bin/javac \\ -J-Dtest.src=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows \\ -J-Dtest.src.path=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary \\ -J-Dtest.classes=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d \\ -J-Dtest.class.path=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d:/Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary \\ -J-Dtest.vm.opts= \\ -J-Dtest.tool.vm.opts= \\ -J-Dtest.compiler.opts= \\ -J-Dtest.java.opts= \\ -J-Dtest.jdk=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home \\ -J-Dcompile.jdk=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home \\ -J-Dtest.timeout.factor=1.0 \\ -J-Dtest.modules=java.desktop \\ --add-modules java.desktop \\ -d /Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary \\ -sourcepath /Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary \\ -classpath /Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary /Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary/ExtendedRobot.java ----------System.out:(0/0)---------- ----------System.err:(0/0)---------- result: Passed. Compilation successful #section:compile ----------messages:(5/274)---------- command: compile /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/Common.java reason: .class file out of date or does not exist Additional options from @modules: --add-modules java.desktop Mode: othervm elapsed time (seconds): 1.96 ----------configuration:(8/566)---------- javac compilation environment add modules: java.desktop source path: /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows /Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary class path: /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows /Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d /Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary ----------rerun:(21/1968)*---------- cd /Users/arapte/Desktop/Jay/client/JTwork/scratch && \\ HOME=/Users/arapte \\ LC_CTYPE=UTF-8 \\ PATH=/bin:/usr/bin \\ /Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home/bin/javac \\ -J-Dtest.src=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows \\ -J-Dtest.src.path=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary \\ -J-Dtest.classes=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d \\ -J-Dtest.class.path=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d:/Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary \\ -J-Dtest.vm.opts= \\ -J-Dtest.tool.vm.opts= \\ -J-Dtest.compiler.opts= \\ -J-Dtest.java.opts= \\ -J-Dtest.jdk=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home \\ -J-Dcompile.jdk=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home \\ -J-Dtest.timeout.factor=1.0 \\ -J-Dtest.modules=java.desktop \\ --add-modules java.desktop \\ -d /Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d \\ -sourcepath /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary \\ -classpath /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d:/Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/Common.java ----------System.out:(0/0)---------- ----------System.err:(2/197)---------- Note: /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/Common.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. result: Passed. Compilation successful #section:build ----------messages:(5/169)---------- command: build ShapedTranslucentWindowClick reason: Named class compiled on demand Test directory: compile: ShapedTranslucentWindowClick elapsed time (seconds): 2.131 result: Passed. Build successful #section:compile ----------messages:(5/296)---------- command: compile /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java reason: .class file out of date or does not exist Additional options from @modules: --add-modules java.desktop Mode: othervm elapsed time (seconds): 2.13 ----------configuration:(8/566)---------- javac compilation environment add modules: java.desktop source path: /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows /Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary class path: /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows /Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d /Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary ----------rerun:(21/1990)*---------- cd /Users/arapte/Desktop/Jay/client/JTwork/scratch && \\ HOME=/Users/arapte \\ LC_CTYPE=UTF-8 \\ PATH=/bin:/usr/bin \\ /Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home/bin/javac \\ -J-Dtest.src=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows \\ -J-Dtest.src.path=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary \\ -J-Dtest.classes=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d \\ -J-Dtest.class.path=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d:/Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary \\ -J-Dtest.vm.opts= \\ -J-Dtest.tool.vm.opts= \\ -J-Dtest.compiler.opts= \\ -J-Dtest.java.opts= \\ -J-Dtest.jdk=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home \\ -J-Dcompile.jdk=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home \\ -J-Dtest.timeout.factor=1.0 \\ -J-Dtest.modules=java.desktop \\ --add-modules java.desktop \\ -d /Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d \\ -sourcepath /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary \\ -classpath /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d:/Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary /Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java ----------System.out:(0/0)---------- ----------System.err:(0/0)---------- result: Passed. Compilation successful #section:main ----------messages:(5/219)---------- command: main ShapedTranslucentWindowClick reason: User specified action: run main ShapedTranslucentWindowClick Mode: othervm Additional options from @modules: --add-modules java.desktop elapsed time (seconds): 31.724 ----------configuration:(3/40)---------- Boot Layer add modules: java.desktop ----------System.out:(1/28)---------- Checking java.awt.Window... ----------System.err:(16/1062)---------- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, java.lang.RuntimeException: Bit mask is not fully set: {} at ShapedTranslucentWindowClick.checkClickAndType(ShapedTranslucentWindowClick.java:188) at ShapedTranslucentWindowClick.doTest(ShapedTranslucentWindowClick.java:117) at ShapedTranslucentWindowClick.main(ShapedTranslucentWindowClick.java:66) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115) at java.base/java.lang.Thread.run(Thread.java:832) JavaTest Message: Test threw exception: java.lang.RuntimeException: Bit mask is not fully set: {} JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Bit mask is not fully set: {} ----------rerun:(20/1855)*---------- cd /Users/arapte/Desktop/Jay/client/JTwork/scratch && \\ HOME=/Users/arapte \\ LC_CTYPE=UTF-8 \\ PATH=/bin:/usr/bin \\ CLASSPATH=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d:/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary:/Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary:/Users/arapte/Desktop/Jay/jtreg/lib/javatest.jar:/Users/arapte/Desktop/Jay/jtreg/lib/jtreg.jar \\ /Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home/bin/java \\ -Dtest.src=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows \\ -Dtest.src.path=/Users/arapte/Desktop/Jay/client/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows:/Users/arapte/Desktop/Jay/client/open/test/jdk/lib/testlibrary \\ -Dtest.classes=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d \\ -Dtest.class.path=/Users/arapte/Desktop/Jay/client/JTwork/classes/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d:/Users/arapte/Desktop/Jay/client/JTwork/classes/lib/testlibrary \\ -Dtest.vm.opts= \\ -Dtest.tool.vm.opts= \\ -Dtest.compiler.opts= \\ -Dtest.java.opts= \\ -Dtest.jdk=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home \\ -Dcompile.jdk=/Users/arapte/Desktop/Jay/jdk-11.jdk/Contents/Home \\ -Dtest.timeout.factor=1.0 \\ -Dtest.modules=java.desktop \\ --add-modules java.desktop \\ com.sun.javatest.regtest.agent.MainWrapper /Users/arapte/Desktop/Jay/client/JTwork/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.d/main.0.jta result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Bit mask is not fully set: {} test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Bit mask is not fully set: {}
14-05-2018

RULE java/awt/Window/ShapedAndTranslucentWindows/SetShapeAndClick.java Exception java.lang.RuntimeException: FAIL: Flag ... is not triggered for point ..., ...! RULE java/awt/Window/ShapedAndTranslucentWindows/SetShapeDynamicallyAndClick.java Exception java.lang.RuntimeException: FAIL: Flag ... is not triggered for point ..., ...! RULE java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java Exception java.lang.RuntimeException: Bit mask is not fully set: {}
07-05-2015

RULE javax/swing/JWindow/ShapedAndTranslucentWindows/SetShapeAndClickSwing.java Exception java.lang.RuntimeException: FAIL: Flag ... is not triggered for point ..., ...!
01-04-2015

The same bug in JavaFX: https://javafx-jira.kenai.com/browse/RT-37635
04-07-2014

If the test fails on window, create another CR. that's another bug. Also check when the problem was introduced.
03-03-2014

Looks like that bug fails on windows too with the similar error: java.lang.Exception: FAIL: mouseMoved on north flag is not triggered! AWT_ShapedAndTranslucentWindows/Automated/ShapedTranslucentWindowClickTest fail log: http://scaaa008.us.oracle.com:9502/runs%2F432533.ute.st2-1/results/ResultDir/ShapedTranslucentWindowClickTest/ShapedTranslucentWindowClickTest.log Run log: http://aurora.ru.oracle.com/functional/faces/RunDetails.xhtml?names=432533.ute.st2-1
03-03-2014

These are all approved for deferral to JDK 9 so you can update the FixVersion to state JDK 9. Kind regards, Mathias
29-08-2013

These are all approved for deferral to JDK 9 so you can update the FixVersion to state JDK 9. Kind regards, Mathias
29-08-2013

These are all approved for deferral to JDK 9 so you can update the FixVersion to state JDK 9. Kind regards, Mathias
29-08-2013

Converted "8-client-defer-candidate" label to "8-defer-request" by SQE' OK.
15-08-2013

*This is anti-deferral criteria list*: - P2 -------------- Engineering's Criteria ------------------------------------- - tck-red labeled - conformance labeled - P3 regressions reported/labeled against jdk8 - findbugs, parfait, eht labeled bugs - CAP <1 year reported - netbeans <1 year reported Victor ----------------- SQE's OK --------------------------------- Yes, we are ok with that thanks, Mikhail
15-08-2013

AWT_ShapedAndTranslucentWindows/Automated/ShapedTranslucentWindowClickTest
31-07-2013

8-defer-request: This is the issue reproduced from 7 GA (7u6 on Mac OS X), this is not a regression in 8, requesting to defer because there are no customer escalations on this issue.
17-06-2013

http://www.oracle.com/technetwork/articles/javase/translucent-shaped-windows-139324.html "Note that when the per-pixel translucency effect is applied to make a window area transparent, the area may or may not remain clickable - this is a platform dependent behavior. For more information about the effect and its use, see Enabling Per-Pixel Translucency."
29-04-2013