On Thu, 12 Nov 2020 08:46:36 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

> The new test added in JDK-8211999 hits a bug on Linux (in mach5 it is passed 
> on ubuntu 18.04 and failed on 20.04). The problem is that the bounds of the 
> fullscreen frame include insets of the frame additionally to the screen size.
> 
> The behavior of the decorated full-screen window is not specified:
> https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/GraphicsDevice.html#setFullScreenWindow(java.awt.Window)
> 
> But it will be good to have the same cross-platform behavior. So I filed a 
> separate bug to investigate the behavior of decorated frame in the fullscreen 
> mode:
> https://bugs.openjdk.java.net/browse/JDK-8256257

Marked as reviewed by jdv (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1180

Reply via email to