RFR: 8280482: Window transparency bug on Linux [v3]
Tejesh R
tr at openjdk.org
Fri Jul 21 10:56:34 UTC 2023
On Fri, 21 Jul 2023 09:45:02 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Copywrite year update
>> - Review fix
>
> test/jdk/java/awt/Multiscreen/MultiScreenCheckScreenIDTest.java line 113:
>
>> 111: }
>> 112: } else if (windowList.get(windowList.size() - 1).getBounds().
>> 113: intersects(screens[1].getDefaultConfiguration().getBounds())) {
>
> What if user has more than 2 screens?
> It looks like the 3rd and subsequent screens are not tested.
I have made the validation as per number of screens now. I guess this is fine to check multiple screens.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14825#discussion_r1270540012
More information about the client-libs-dev
mailing list