Re: RFR: 8289611: MouseLocationOnScreenTest sometimes fails on Mac M1

2022-07-15 Thread Kevin Rushforth
On Thu, 14 Jul 2022 20:55:25 GMT, Andy Goryachev wrote: > - using Screen.getVisualBounds() instead of Screen.getBounds() I can confirm that running the full set of tests fails without this fix and works with this fix. - Marked as reviewed by kcr (Lead). PR: https://git.openjdk.or

RFR: 8289611: MouseLocationOnScreenTest sometimes fails on Mac M1

2022-07-14 Thread Andy Goryachev
- using Screen.getVisualBounds() instead of Screen.getBounds() - Commit messages: - 8289611: MouseLocationOnScreenTest sometimes fails on Mac M1 Changes: https://git.openjdk.org/jfx/pull/828/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=828&range=00 Issue: https://bugs.o