On Mon, 2 Nov 2020 01:08:39 GMT, Thiago Milczarek Sayao <tsa...@openjdk.org> wrote:
> Simple fix to enable maximizing functionality on the window manager. > > Test provided > gradlew -PFULL_TEST=true -PUSE_ROBOT=true :systemTests:test --tests > test.javafx.stage.MaximizeUndecorated > > Fix for linux only. Since this is a partial fix for this bug (it fixes Linux, but not macOS), I split [JDK-8237491](https://bugs.openjdk.java.net/browse/JDK-8237491) into two bugs. I also updated the summary to indicate that JDK-8237491 is specific to Linux so you will need to update this PR title to match. ------------- PR: https://git.openjdk.java.net/jfx/pull/345