-
Notifications
You must be signed in to change notification settings - Fork 221
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
[Linux] Main window size changes when the update popup shows up #373
Comments
I cannot reproduce this on Linux Mint 19. On which platform was this observed? |
I can reproduce this on Ubuntu 20.04.2 LTS |
I was now able to also reproduce this. |
This issue can only be replicated under the following circumstance in Scene Builder:
I tried replacing Scene Builder's Alert with a temp stage:
While debugging Scene Builder, I couldn’t find any calls made to In the native code, JDK-8269429 seemed to be related to this issue, so I also applied the patch from openjdk/jfx#551 to my local jfx build and tried SB with it. It doesn’t have any effect on the issue. As this issue feels like it has more to do with JavaFX and less with Scene Builder, I created a Vanilla JavaFX sample but failed to reproduce the issue. Sample attached. |
The issue was forked out of #352
Scene Builder window is maximed initially, but gets shrunk when the update dialog appears.
Expected Behavior
main window size is not changed.
Current Behavior
main window size is reduced.
Steps to Reproduce
Your Environment
Linux build from master
Screenshots
The text was updated successfully, but these errors were encountered: