RFR: 8280482: Window transparency bug on Linux [v2]
Alexander Zvegintsev
azvegint at openjdk.org
Thu Jul 20 12:16:44 UTC 2023
On Thu, 20 Jul 2023 03:49:16 GMT, Tejesh R <tr at openjdk.org> wrote:
>> src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java line 807:
>>
>>> 805: insLog.fine(xe.toString());
>>> 806: }
>>> 807: checkIfOnNewScreen(new Rectangle(scaleDown(xe.get_x()),
>>
>> After the fix I am unable to create a translucent window on a second screen. (you can reproduce it with your test)
>
> Yeah, with [JDK-8006421](https://bugs.openjdk.org/browse/JDK-8006421) fix the transparency issue is resolved. So this bug focus on the correcting the opaque window seen in default (Starting from half of default screen). As highlighted in the below image.
> 
I see, just the TejeshR13:branch_8280482(from this PR) branch does not contain JDK-8006421 fix. That's why I observed this behavior.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14825#discussion_r1269372134
More information about the client-libs-dev
mailing list