Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YujiSoftware opened this issue Sep 22, 2024 · 1 comment

Comments

@YujiSoftware
Copy link

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.

@chriswhocodes
Copy link
Member

Hi @YujiSoftware thanks for the report.

I've read the JBS bug and it seems to occur under a specific combination of OS and window manager.

I'm afraid I don't think it justifies changing the requirements for JITWatch from JDK8 up to JDK17 but I will see if I can mitigate it by resizing the stage after it has opened.

Kind regards,

Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants