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

DIalogs and Alerts lag when closing #654

Open
NikkyAI opened this issue Mar 20, 2018 · 4 comments
Open

DIalogs and Alerts lag when closing #654

NikkyAI opened this issue Mar 20, 2018 · 4 comments

Comments

@NikkyAI
Copy link

NikkyAI commented Mar 20, 2018

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

@jfoenixadmin
Copy link
Collaborator

Hello,
I noticed slight lags when opening the JFXAlert, beside that I was not able to reproduce the issue.

Regards,

@NikkyAI
Copy link
Author

NikkyAI commented Mar 23, 2018

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

@jfoenixadmin
Copy link
Collaborator

jfoenixadmin commented Mar 26, 2018

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).
So not sure if we can do anything about this yet.

@stale
Copy link

stale bot commented Jan 7, 2019

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.

@stale stale bot added the wontfix label Jan 7, 2019
@stale stale bot removed the wontfix label Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants