RFR: 6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails in Windows

Sergey Bylokhov serb at openjdk.java.net
Thu Apr 28 23:29:49 UTC 2022


On Wed, 27 Apr 2022 16:37:29 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

> The MAXIMIZED_BOTH for undecorated frames works, however, for undecorated frames it allows window to overlap the taskbar so the window occupies the entirety of the screen. I do not think it is a bug.

It is a bug, it prevents the creation of the custom window decorations which behave like the native ones since the maximization action does not work. We have a number of JBS bugs for that, this one, then 4737788, and others see "relates to/duplicates"

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

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



More information about the client-libs-dev mailing list