RFR: 8237491: Maximized undecorated stage behaves inconsistently on different platforms

Kevin Rushforth kcr at openjdk.java.net
Tue Nov 3 12:36:52 UTC 2020


On Mon, 2 Nov 2020 01:08:39 GMT, Thiago Milczarek Sayao <tsayao at 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


More information about the openjfx-dev mailing list