<AWT Dev> [14] Review Request: 8232200 [macos 10.15] Windows in fullscreen tests jumps around the screen
Philip Race
philip.race at oracle.com
Sun Oct 27 14:17:56 UTC 2019
Have you tested this on a system with a 2nd monitor and the fs window
being on the 2nd monitor ?
-phil.
On 10/26/19, 8:30 PM, Sergey Bylokhov wrote:
> Hello.
> Please review the fix for JDK 14.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8232200
> Fix: http://cr.openjdk.java.net/~serb/8232200/webrev.02/
>
> Our code assumes that when the display mode of the screen has changed,
> the windows on the screen should not be moved, but on macOS 10.15 these
> windows jump around, so we need to set all bounds of the window.
>
> In the fix we will change the bounds of the window in the callback, which
> is called when the display mode is actually changed by the application or
> by some other reason.
>
> The test is moved from the closed to the open repo.
>
More information about the awt-dev
mailing list