On Thu, 24 Mar 2022 03:29:45 GMT, Phil Race <p...@openjdk.org> wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added @bug keyword > > test/jdk/java/awt/Focus/8282640/ScrollPaneFocusBugTest.java line 102: > >> 100: robot.mousePress(InputEvent.BUTTON1_DOWN_MASK); >> 101: robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK); >> 102: > > I presume the click is in case requestFocus didn't work and VK_1 is .. well > any key will do .. @prrace Yes that is correct for both the points. ------------- PR: https://git.openjdk.java.net/jdk/pull/7686