On Mon, 7 Jul 2025 15:27:58 GMT, Khalid Boulanouare <d...@openjdk.org> wrote:
>> Many Mixing tests failed because the work around click lands on the >> minimizing area in the window control and causes the tests to fail. >> >> This fix changes the width of base frames which allows most of tests to pass. > > Khalid Boulanouare has updated the pull request with a new target base due to > a merge or a rebase. The incremental webrev excludes the unrelated changes > brought in by the merge/rebase. The pull request contains six additional > commits since the last revision: > > - Merge branch 'openjdk:master' into jdk-8158801 > - Merge branch 'openjdk:master' into jdk-8158801 > - Changes protected fields to static > - Problem list files for Mac OS only > - Removes passed tests from problem list > - Changes Frame width to 300, uses protected constants for all base tests > frame sizes What do you mean by "focus workaround trick" and " minimizing area in the window control"? Are you seeing click is happening on the minimize button on the frame and frame getting iconified? In that case instead of changing the frame width/height, guess you can set with `frame.setUndecorated` to have undecorated windows..Also, I have seen this test renders the frame on the top-left corner, it will be good to keep it at the center of the frame using `setLocationRelativeTo(null)` ------------- PR Comment: https://git.openjdk.org/jdk/pull/25971#issuecomment-3082996401