RFR: 8316423: [linux] Secondary Stage does not respect Scene's dimensions when shown

Kevin Rushforth kcr at openjdk.org
Thu Sep 28 11:55:31 UTC 2023


On Thu, 28 Sep 2023 00:31:59 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

> This also fixes [JDK-8316425](https://bugs.openjdk.org/browse/JDK-8316425)

@tsayao Can you add that issue to this PR using the `/issue add 8316425` command?

Also, since both JDK-8316423 and JDK-8316425 are addressed by this bug, please reenable the tests in [StageAttributesTest.java](https://github.com/openjdk/jfx/blob/7b9001dd3dec25b76cca57978db2dd4c4cf2a1b9/tests/system/src/test/java/test/robot/javafx/stage/StageAttributesTest.java) that are skipped on Linux, for example, [this test](https://github.com/openjdk/jfx/blob/7b9001dd3dec25b76cca57978db2dd4c4cf2a1b9/tests/system/src/test/java/test/robot/javafx/stage/StageAttributesTest.java#L251-L254).

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

PR Comment: https://git.openjdk.org/jfx/pull/1249#issuecomment-1738997007


More information about the openjfx-dev mailing list