-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DIalogs and Alerts lag when closing #654
Comments
Hello, Regards, |
the issue is when closing the dialog, and it lags more when closing it via button or anything inside the popup animating, i could reproduce it on a poerful windows machine and a low power linux laptop |
I was able to reproduce the issue by using software rendering instead of hardware acceleration, it seems this issue is related to applying the drop shadow effect in JFXDialog. JavaFX animations doesn't run smoothly if effects are used (known javafx issue). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
in the demo application when closing the dialogs by clicking on accept it lags, while clickig outside the dialog to dismiss it does not cause it,
i assume that rendering the button animation and closing/fade-out animation is blocking each other
The text was updated successfully, but these errors were encountered: