On Mon, 29 Dec 2025 12:02:09 GMT, Khalid Boulanouare <[email protected]> wrote:
>> test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java line 177: >> >>> 175: "focus"); >>> 176: } >>> 177: clickAndBlink(robot, lLoc); >> >> Is `clickAndBlink` supposed to fix the focus issue? >> >> Is it still required if the ancestor received the focus? (If it didn't, you >> throw an exception.) > > I had duplicated code during merge, by mistake. This is fixed now and > clickAndBlink happens only when we get focus. In this case, `clickAndBlink` could've just stayed where where it was… before the following `if` statement. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26625#discussion_r2805742392
