RFR: 8360498: [TEST_BUG] Some Mixing test continue to fail [v5]

Khalid Boulanouare duke at openjdk.org
Tue Aug 12 13:36:20 UTC 2025


On Tue, 12 Aug 2025 09:27:36 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Khalid Boulanouare has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updates copyright years
>
> Did you try the reporter solution for the failed test ? - [JDK-8158801](https://bugs.openjdk.org/browse/JDK-8158801)
> _"We should either use a special separate frame to click on to restore focus handling or hazard to use locationOnScreen"_

@TejeshR13 I have not tried exactly as was specified in the reported comment. I have tried first to increase the width of the frames, in which case the click will not land on the minimizing control on the frame, and that worked. @prsadhuk then suggested to request focus from the frame, instead of using the workaround click, and that worked too and that is the solution implemented in PR https://github.com/openjdk/jdk/pull/25971.

I will try to center the frames as per suggested.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26625#issuecomment-3179366901


More information about the client-libs-dev mailing list