[jfx17] RFR: 8240640: [macos] Wrong focus behaviour with multiple Alerts [v2]
Pankaj Bansal
pbansal at openjdk.java.net
Fri Jul 23 17:40:33 UTC 2021
On Fri, 23 Jul 2021 16:35:58 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Pankaj Bansal has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixed review comments 1) Increase delay 2) Fix Formatting 3) Make test stable on Windows according to suggestions
>
> tests/system/src/test/java/test/robot/javafx/stage/WrongStageFocusWithApplicationModalityTest.java line 95:
>
>> 93: Util.runAndWait(() -> {
>> 94: robot.mouseMove((int) (alert.getX()+alert.getWidth()/2),
>> 95: (int) (alert.getY()+alert.getHeight()/2));
>
> Minor: we usually put spaces around binary operators.
Fixed
-------------
PR: https://git.openjdk.java.net/jfx/pull/581
More information about the openjfx-dev
mailing list