Skip to content

In Ubuntu 24.04, window (such as Sandbox) are displayed with a width of 1px. #392

@YujiSoftware

Description

@YujiSoftware

In Ubuntu 24.04, when I click the Sandbox button, a window appears with a width of 1px.
The white area in the upper left of this capture is the Sandbox window.
ubuntu24

This seems to be a bug in JavaFX (OpenJFX), and it works fine with version 22 or later.
(Is this bug perhaps JDK-8316423?)

<openjfx.version>19.0.2.1</openjfx.version> <!-- https://mvnrepository.com/artifact/org.openjfx/javafx -->

        <properties>
-               <openjfx.version>19.0.2.1</openjfx.version> <!-- https://mvnrepository.com/artifact/org.openjfx/javafx -->
+               <openjfx.version>22</openjfx.version> <!-- https://mvnrepository.com/artifact/org.openjfx/javafx -->
        </properties>

NOTE: JavaFX 22 requires JDK 17 or later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions