On Tue, 12 Aug 2025 09:27:36 GMT, Tejesh R <t...@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