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

This pull request has now been integrated.

Changeset: 1c0b490c
Author:    Sergey Bylokhov <s...@openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1c0b490c
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8256201: java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java 
failed

Reviewed-by: jdv

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

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

Reply via email to